Shades of Electric Purple #BB0CEC
Tints of Electric Purple #BB0CEC
RGB
CMYK
RGB Variations
Color information
#BB0CEC (or 0xBB0CEC) is known color: Electric Purple. HEX triplet: BB, 0C and EC. RGB value is (187,12,236). Sum of RGB (Red+Green+Blue) = 187+12+236=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB0CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0CEC is #44F313. Grayscale: #595959. Windows color (decimal): -4518676 or 15469755. OLE color: 15469755.
HSL color Cylindrical-coordinate representation of color #BB0CEC: hue angle of 286.88º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0CEC is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 12 | 236 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.07 |
| HSL | 286.88º | 0.9% | 0.49% | - |
| HSV(B) | 286.88º | 0.95% | 0.93% | - |
| XYZ | 35.77 | 16.88 | 80.73 | - |
| YUV | 89.86 | 210.48 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 236 | 0.21 | 0.95 | 0 | 0.07 | 286.88 | 0.9 | 0.49 |
| Hex | BB | C | EC | 15 | 5F | 0 | 7 | 11F | 5A | 31 |
| Octal | 273 | 14 | 354 | 25 | 137 | 0 | 7 | 437 | 132 | 61 |
| Binary | 10111011 | 1100 | 11101100 | 10101 | 1011111 | 0 | 111 | 100011111 | 1011010 | 110001 |
Color Harmonies of #BB0CEC
Complementary color
Monochromatic Colors of #BB0CEC
Black with #BB0CEC
Text Example
Text Example
White with #BB0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CEC; }
p { color: rgb(187,12,236); }
H1.HeaderClassName
{
color: #BB0CEC;
}
.AnyTagClassName
{
color: #BB0CEC;
}
</style>
background-color css
<style>
a { background-color: #BB0CEC; }
a { background-color: rgb(187,12,236); }
div.DivClassName
{
background-color: #BB0CEC;
}
.BgClassName
{
background-color: #BB0CEC;
}
</style>
border-color css
<style>
span { border-color: #BB0CEC; }
span { border-color: rgb(187,12,236); }
td.TdClassName
{
border-color: #BB0CEC;
}
.TagClassName
{
border-color: #BB0CEC;
}
</style>