Shades of Electric Purple #BB0FE8
Tints of Electric Purple #BB0FE8
RGB
CMYK
RGB Variations
Color information
#BB0FE8 (or 0xBB0FE8) is known color: Electric Purple. HEX triplet: BB, 0F and E8. RGB value is (187,15,232). Sum of RGB (Red+Green+Blue) = 187+15+232=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 232 (91.02% from 255 or 53.46% from 434); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB0FE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FE8 is #44F017. Grayscale: #5A5A5A. Windows color (decimal): -4517912 or 15208379. OLE color: 15208379.
HSL color Cylindrical-coordinate representation of color #BB0FE8: hue angle of 287.56º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FE8 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 15 | 232 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.09 |
| HSL | 287.56º | 0.88% | 0.48% | - |
| HSV(B) | 287.56º | 0.94% | 0.91% | - |
| XYZ | 35.23 | 16.73 | 77.72 | - |
| YUV | 91.17 | 207.48 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 232 | 0.19 | 0.94 | 0 | 0.09 | 287.56 | 0.88 | 0.48 |
| Hex | BB | F | E8 | 13 | 5E | 0 | 9 | 120 | 58 | 30 |
| Octal | 273 | 17 | 350 | 23 | 136 | 0 | 11 | 440 | 130 | 60 |
| Binary | 10111011 | 1111 | 11101000 | 10011 | 1011110 | 0 | 1001 | 100100000 | 1011000 | 110000 |
Color Harmonies of #BB0FE8
Complementary color
Monochromatic Colors of #BB0FE8
Black with #BB0FE8
Text Example
Text Example
White with #BB0FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FE8; }
p { color: rgb(187,15,232); }
H1.HeaderClassName
{
color: #BB0FE8;
}
.AnyTagClassName
{
color: #BB0FE8;
}
</style>
background-color css
<style>
a { background-color: #BB0FE8; }
a { background-color: rgb(187,15,232); }
div.DivClassName
{
background-color: #BB0FE8;
}
.BgClassName
{
background-color: #BB0FE8;
}
</style>
border-color css
<style>
span { border-color: #BB0FE8; }
span { border-color: rgb(187,15,232); }
td.TdClassName
{
border-color: #BB0FE8;
}
.TagClassName
{
border-color: #BB0FE8;
}
</style>