Shades of Electric Purple #BB0EE4
Tints of Electric Purple #BB0EE4
RGB
CMYK
RGB Variations
Color information
#BB0EE4 (or 0xBB0EE4) is known color: Electric Purple. HEX triplet: BB, 0E and E4. RGB value is (187,14,228). Sum of RGB (Red+Green+Blue) = 187+14+228=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 228 (89.45% from 255 or 53.15% from 429); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB0EE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EE4 is #44F11B. Grayscale: #595959. Windows color (decimal): -4518172 or 14945979. OLE color: 14945979.
HSL color Cylindrical-coordinate representation of color #BB0EE4: hue angle of 288.5º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0EE4 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 14 | 228 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.11 |
| HSL | 288.5º | 0.88% | 0.47% | - |
| HSV(B) | 288.5º | 0.94% | 0.89% | - |
| XYZ | 34.65 | 16.48 | 74.75 | - |
| YUV | 90.12 | 205.81 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 228 | 0.18 | 0.94 | 0 | 0.11 | 288.5 | 0.88 | 0.47 |
| Hex | BB | E | E4 | 12 | 5E | 0 | B | 121 | 58 | 2F |
| Octal | 273 | 16 | 344 | 22 | 136 | 0 | 13 | 441 | 130 | 57 |
| Binary | 10111011 | 1110 | 11100100 | 10010 | 1011110 | 0 | 1011 | 100100001 | 1011000 | 101111 |
Color Harmonies of #BB0EE4
Complementary color
Monochromatic Colors of #BB0EE4
Black with #BB0EE4
Text Example
Text Example
White with #BB0EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0EE4; }
p { color: rgb(187,14,228); }
H1.HeaderClassName
{
color: #BB0EE4;
}
.AnyTagClassName
{
color: #BB0EE4;
}
</style>
background-color css
<style>
a { background-color: #BB0EE4; }
a { background-color: rgb(187,14,228); }
div.DivClassName
{
background-color: #BB0EE4;
}
.BgClassName
{
background-color: #BB0EE4;
}
</style>
border-color css
<style>
span { border-color: #BB0EE4; }
span { border-color: rgb(187,14,228); }
td.TdClassName
{
border-color: #BB0EE4;
}
.TagClassName
{
border-color: #BB0EE4;
}
</style>