Shades of Electric Purple #BB01FD
Tints of Electric Purple #BB01FD
RGB
CMYK
RGB Variations
Color information
#BB01FD (or 0xBB01FD) is known color: Electric Purple. HEX triplet: BB, 01 and FD. RGB value is (187,1,253). Sum of RGB (Red+Green+Blue) = 187+1+253=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB01FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB01FD is #44FE02. Grayscale: #545454. Windows color (decimal): -4521475 or 16581051. OLE color: 16581051.
HSL color Cylindrical-coordinate representation of color #BB01FD: hue angle of 284.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01FD is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 1 | 253 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.01 |
| HSL | 284.29º | 0.99% | 0.5% | - |
| HSV(B) | 284.29º | 1% | 0.99% | - |
| XYZ | 38.23 | 17.68 | 94.33 | - |
| YUV | 85.34 | 222.62 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 253 | 0.26 | 1.00 | 0 | 0.01 | 284.29 | 0.99 | 0.5 |
| Hex | BB | 1 | FD | 1A | 64 | 0 | 1 | 11C | 63 | 32 |
| Octal | 273 | 1 | 375 | 32 | 144 | 0 | 1 | 434 | 143 | 62 |
| Binary | 10111011 | 1 | 11111101 | 11010 | 1100100 | 0 | 1 | 100011100 | 1100011 | 110010 |
Color Harmonies of #BB01FD
Complementary color
Monochromatic Colors of #BB01FD
Black with #BB01FD
Text Example
Text Example
White with #BB01FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01FD; }
p { color: rgb(187,1,253); }
H1.HeaderClassName
{
color: #BB01FD;
}
.AnyTagClassName
{
color: #BB01FD;
}
</style>
background-color css
<style>
a { background-color: #BB01FD; }
a { background-color: rgb(187,1,253); }
div.DivClassName
{
background-color: #BB01FD;
}
.BgClassName
{
background-color: #BB01FD;
}
</style>
border-color css
<style>
span { border-color: #BB01FD; }
span { border-color: rgb(187,1,253); }
td.TdClassName
{
border-color: #BB01FD;
}
.TagClassName
{
border-color: #BB01FD;
}
</style>