Shades of Electric Purple #BB01FF
Tints of Electric Purple #BB01FF
RGB
CMYK
RGB Variations
Color information
#BB01FF (or 0xBB01FF) is known color: Electric Purple. HEX triplet: BB, 01 and FF. RGB value is (187,1,255). Sum of RGB (Red+Green+Blue) = 187+1+255=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB01FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB01FF is #44FE00. Grayscale: #545454. Windows color (decimal): -4521473 or 16712123. OLE color: 16712123.
HSL color Cylindrical-coordinate representation of color #BB01FF: hue angle of 283.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01FF is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 1 | 255 | - |
| CMYK | 0.27 | 1.00 | 0 | 0 |
| HSL | 283.94º | 1% | 0.5% | - |
| HSV(B) | 283.94º | 1% | 1% | - |
| XYZ | 38.55 | 17.81 | 96.01 | - |
| YUV | 85.57 | 223.62 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 255 | 0.27 | 1.00 | 0 | 0 | 283.94 | 1 | 0.5 |
| Hex | BB | 1 | FF | 1B | 64 | 0 | 0 | 11C | 64 | 32 |
| Octal | 273 | 1 | 377 | 33 | 144 | 0 | 0 | 434 | 144 | 62 |
| Binary | 10111011 | 1 | 11111111 | 11011 | 1100100 | 0 | 0 | 100011100 | 1100100 | 110010 |
Color Harmonies of #BB01FF
Complementary color
Monochromatic Colors of #BB01FF
Black with #BB01FF
Text Example
Text Example
White with #BB01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01FF; }
p { color: rgb(187,1,255); }
H1.HeaderClassName
{
color: #BB01FF;
}
.AnyTagClassName
{
color: #BB01FF;
}
</style>
background-color css
<style>
a { background-color: #BB01FF; }
a { background-color: rgb(187,1,255); }
div.DivClassName
{
background-color: #BB01FF;
}
.BgClassName
{
background-color: #BB01FF;
}
</style>
border-color css
<style>
span { border-color: #BB01FF; }
span { border-color: rgb(187,1,255); }
td.TdClassName
{
border-color: #BB01FF;
}
.TagClassName
{
border-color: #BB01FF;
}
</style>