Shades of Electric Purple #BB0CED
Tints of Electric Purple #BB0CED
RGB
CMYK
RGB Variations
Color information
#BB0CED (or 0xBB0CED) is known color: Electric Purple. HEX triplet: BB, 0C and ED. RGB value is (187,12,237). Sum of RGB (Red+Green+Blue) = 187+12+237=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB0CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0CED is #44F312. Grayscale: #595959. Windows color (decimal): -4518675 or 15535291. OLE color: 15535291.
HSL color Cylindrical-coordinate representation of color #BB0CED: hue angle of 286.67º 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 #BB0CED is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 12 | 237 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.07 |
| HSL | 286.67º | 0.9% | 0.49% | - |
| HSV(B) | 286.67º | 0.95% | 0.93% | - |
| XYZ | 35.91 | 16.94 | 81.5 | - |
| YUV | 89.98 | 210.98 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 237 | 0.21 | 0.95 | 0 | 0.07 | 286.67 | 0.9 | 0.49 |
| Hex | BB | C | ED | 15 | 5F | 0 | 7 | 11F | 5A | 31 |
| Octal | 273 | 14 | 355 | 25 | 137 | 0 | 7 | 437 | 132 | 61 |
| Binary | 10111011 | 1100 | 11101101 | 10101 | 1011111 | 0 | 111 | 100011111 | 1011010 | 110001 |
Color Harmonies of #BB0CED
Complementary color
Monochromatic Colors of #BB0CED
Black with #BB0CED
Text Example
Text Example
White with #BB0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CED; }
p { color: rgb(187,12,237); }
H1.HeaderClassName
{
color: #BB0CED;
}
.AnyTagClassName
{
color: #BB0CED;
}
</style>
background-color css
<style>
a { background-color: #BB0CED; }
a { background-color: rgb(187,12,237); }
div.DivClassName
{
background-color: #BB0CED;
}
.BgClassName
{
background-color: #BB0CED;
}
</style>
border-color css
<style>
span { border-color: #BB0CED; }
span { border-color: rgb(187,12,237); }
td.TdClassName
{
border-color: #BB0CED;
}
.TagClassName
{
border-color: #BB0CED;
}
</style>