Shades of Electric Purple #BB0EEC
Tints of Electric Purple #BB0EEC
RGB
CMYK
RGB Variations
Color information
#BB0EEC (or 0xBB0EEC) is known color: Electric Purple. HEX triplet: BB, 0E and EC. RGB value is (187,14,236). Sum of RGB (Red+Green+Blue) = 187+14+236=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB0EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0EEC is #44F113. Grayscale: #5A5A5A. Windows color (decimal): -4518164 or 15470267. OLE color: 15470267.
HSL color Cylindrical-coordinate representation of color #BB0EEC: hue angle of 286.76º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0EEC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 14 | 236 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.07 |
| HSL | 286.76º | 0.89% | 0.49% | - |
| HSV(B) | 286.76º | 0.94% | 0.93% | - |
| XYZ | 35.79 | 16.94 | 80.74 | - |
| YUV | 91.04 | 209.81 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 236 | 0.21 | 0.94 | 0 | 0.07 | 286.76 | 0.89 | 0.49 |
| Hex | BB | E | EC | 15 | 5E | 0 | 7 | 11F | 59 | 31 |
| Octal | 273 | 16 | 354 | 25 | 136 | 0 | 7 | 437 | 131 | 61 |
| Binary | 10111011 | 1110 | 11101100 | 10101 | 1011110 | 0 | 111 | 100011111 | 1011001 | 110001 |
Color Harmonies of #BB0EEC
Complementary color
Monochromatic Colors of #BB0EEC
Black with #BB0EEC
Text Example
Text Example
White with #BB0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0EEC; }
p { color: rgb(187,14,236); }
H1.HeaderClassName
{
color: #BB0EEC;
}
.AnyTagClassName
{
color: #BB0EEC;
}
</style>
background-color css
<style>
a { background-color: #BB0EEC; }
a { background-color: rgb(187,14,236); }
div.DivClassName
{
background-color: #BB0EEC;
}
.BgClassName
{
background-color: #BB0EEC;
}
</style>
border-color css
<style>
span { border-color: #BB0EEC; }
span { border-color: rgb(187,14,236); }
td.TdClassName
{
border-color: #BB0EEC;
}
.TagClassName
{
border-color: #BB0EEC;
}
</style>