Shades of Electric Purple #BB0BE8
Tints of Electric Purple #BB0BE8
RGB
CMYK
RGB Variations
Color information
#BB0BE8 (or 0xBB0BE8) is known color: Electric Purple. HEX triplet: BB, 0B and E8. RGB value is (187,11,232). Sum of RGB (Red+Green+Blue) = 187+11+232=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 232 (91.02% from 255 or 53.95% from 430); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB0BE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0BE8 is #44F417. Grayscale: #585858. Windows color (decimal): -4518936 or 15207355. OLE color: 15207355.
HSL color Cylindrical-coordinate representation of color #BB0BE8: hue angle of 287.78º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0BE8 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 11 | 232 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.09 |
| HSL | 287.78º | 0.91% | 0.48% | - |
| HSV(B) | 287.78º | 0.95% | 0.91% | - |
| XYZ | 35.18 | 16.63 | 77.7 | - |
| YUV | 88.82 | 208.81 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 232 | 0.19 | 0.95 | 0 | 0.09 | 287.78 | 0.91 | 0.48 |
| Hex | BB | B | E8 | 13 | 5F | 0 | 9 | 120 | 5B | 30 |
| Octal | 273 | 13 | 350 | 23 | 137 | 0 | 11 | 440 | 133 | 60 |
| Binary | 10111011 | 1011 | 11101000 | 10011 | 1011111 | 0 | 1001 | 100100000 | 1011011 | 110000 |
Color Harmonies of #BB0BE8
Complementary color
Monochromatic Colors of #BB0BE8
Black with #BB0BE8
Text Example
Text Example
White with #BB0BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BE8; }
p { color: rgb(187,11,232); }
H1.HeaderClassName
{
color: #BB0BE8;
}
.AnyTagClassName
{
color: #BB0BE8;
}
</style>
background-color css
<style>
a { background-color: #BB0BE8; }
a { background-color: rgb(187,11,232); }
div.DivClassName
{
background-color: #BB0BE8;
}
.BgClassName
{
background-color: #BB0BE8;
}
</style>
border-color css
<style>
span { border-color: #BB0BE8; }
span { border-color: rgb(187,11,232); }
td.TdClassName
{
border-color: #BB0BE8;
}
.TagClassName
{
border-color: #BB0BE8;
}
</style>