Bit/Minute to kBps Calculator - Convert Bits Per Minute to Kilobytes Per Second

Conversion History (Last 6)
Excel Formula to convert from Bit/Minute to kBps
Apply the formula as shown below to convert from Bits Per Minute to Kilobytes Per Second.
A | B | C | |
---|---|---|---|
1 | Bits Per Minute (b/Minute) | Kilobytes Per Second (kBps) | |
2 | 1 | =A2 * 0.000125 * 0.0166666666666666666666666666666666666666 | |
3 |
Download - Excel Template for Bits Per Minute to Kilobytes Per Second Conversion
If you want to perform bulk conversion locally in your system, then download and make use of above Excel template.
Python Code for Bit/Minute to kBps Conversion
You can use below code to convert any value in Bits Per Minute to Kilobytes Per Second in Python.
bitsPerMinute = int(input("Enter Bits Per Minute: "))
kilobytesPerSecond = bitsPerMinute / (8*1000) / 60
print("{} Bits Per Minute = {} Kilobytes Per Second".format(bitsPerMinute,kilobytesPerSecond))
kilobytesPerSecond = bitsPerMinute / (8*1000) / 60
print("{} Bits Per Minute = {} Kilobytes Per Second".format(bitsPerMinute,kilobytesPerSecond))
The first line of code will prompt the user to enter the Bits Per Minute as an input. The value of Kilobytes Per Second is calculated on the next line, and the code in third line will display the result.
Bit/Minute to kBps to KiBps Conversion Table
Bits Per Minute (Bit/Minute) | Kilobyte Per Second (kBps) | Kibibyte Per Second (KiBps) |
---|---|---|
1 Bit/Minute | 0.000125 kBps | 0.0001220703125 KiBps |
2 Bit/Minute | 0.00025 kBps | 0.000244140625 KiBps |
3 Bit/Minute | 0.000375 kBps | 0.0003662109375 KiBps |
4 Bit/Minute | 0.0005 kBps | 0.00048828125 KiBps |
5 Bit/Minute | 0.000625 kBps | 0.0006103515625 KiBps |
6 Bit/Minute | 0.00075 kBps | 0.000732421875 KiBps |
7 Bit/Minute | 0.000875 kBps | 0.0008544921875 KiBps |
8 Bit/Minute | 0.001 kBps | 0.0009765625 KiBps |
9 Bit/Minute | 0.001125 kBps | 0.0010986328125 KiBps |
10 Bit/Minute | 0.00125 kBps | 0.001220703125 KiBps |
100 Bit/Minute | 0.0125 kBps | 0.01220703125 KiBps |
256 Bit/Minute | 0.032 kBps | 0.03125 KiBps |
500 Bit/Minute | 0.0625 kBps | 0.06103515625 KiBps |
512 Bit/Minute | 0.064 kBps | 0.0625 KiBps |
1000 Bit/Minute | 0.125 kBps | 0.1220703125 KiBps |
1024 Bit/Minute | 0.128 kBps | 0.125 KiBps |
2048 Bit/Minute | 0.256 kBps | 0.25 KiBps |
5000 Bit/Minute | 0.625 kBps | 0.6103515625 KiBps |
10000 Bit/Minute | 1.25 kBps | 1.220703125 KiBps |