Shades of Electric Purple #BC0EEC
Tints of Electric Purple #BC0EEC
RGB
CMYK
RGB Variations
Color information
#BC0EEC (or 0xBC0EEC) is known color: Electric Purple. HEX triplet: BC, 0E and EC. RGB value is (188,14,236). Sum of RGB (Red+Green+Blue) = 188+14+236=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC0EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0EEC is #43F113. Grayscale: #5A5A5A. Windows color (decimal): -4452628 or 15470268. OLE color: 15470268.
HSL color Cylindrical-coordinate representation of color #BC0EEC: hue angle of 287.03º 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 #BC0EEC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 14 | 236 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.07 |
| HSL | 287.03º | 0.89% | 0.49% | - |
| HSV(B) | 287.03º | 0.94% | 0.93% | - |
| XYZ | 36.04 | 17.06 | 80.75 | - |
| YUV | 91.33 | 209.65 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 236 | 0.20 | 0.94 | 0 | 0.07 | 287.03 | 0.89 | 0.49 |
| Hex | BC | E | EC | 14 | 5E | 0 | 7 | 11F | 59 | 31 |
| Octal | 274 | 16 | 354 | 24 | 136 | 0 | 7 | 437 | 131 | 61 |
| Binary | 10111100 | 1110 | 11101100 | 10100 | 1011110 | 0 | 111 | 100011111 | 1011001 | 110001 |
Color Harmonies of #BC0EEC
Complementary color
Monochromatic Colors of #BC0EEC
Black with #BC0EEC
Text Example
Text Example
White with #BC0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EEC; }
p { color: rgb(188,14,236); }
H1.HeaderClassName
{
color: #BC0EEC;
}
.AnyTagClassName
{
color: #BC0EEC;
}
</style>
background-color css
<style>
a { background-color: #BC0EEC; }
a { background-color: rgb(188,14,236); }
div.DivClassName
{
background-color: #BC0EEC;
}
.BgClassName
{
background-color: #BC0EEC;
}
</style>
border-color css
<style>
span { border-color: #BC0EEC; }
span { border-color: rgb(188,14,236); }
td.TdClassName
{
border-color: #BC0EEC;
}
.TagClassName
{
border-color: #BC0EEC;
}
</style>