Shades of Electric Purple #BC0EE6
Tints of Electric Purple #BC0EE6
RGB
CMYK
RGB Variations
Color information
#BC0EE6 (or 0xBC0EE6) is known color: Electric Purple. HEX triplet: BC, 0E and E6. RGB value is (188,14,230). Sum of RGB (Red+Green+Blue) = 188+14+230=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC0EE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0EE6 is #43F119. Grayscale: #595959. Windows color (decimal): -4452634 or 15077052. OLE color: 15077052.
HSL color Cylindrical-coordinate representation of color #BC0EE6: hue angle of 288.33º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0EE6 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 14 | 230 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.10 |
| HSL | 288.33º | 0.89% | 0.48% | - |
| HSV(B) | 288.33º | 0.94% | 0.9% | - |
| XYZ | 35.18 | 16.72 | 76.24 | - |
| YUV | 90.65 | 206.65 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 230 | 0.18 | 0.94 | 0 | 0.10 | 288.33 | 0.89 | 0.48 |
| Hex | BC | E | E6 | 12 | 5E | 0 | A | 120 | 59 | 30 |
| Octal | 274 | 16 | 346 | 22 | 136 | 0 | 12 | 440 | 131 | 60 |
| Binary | 10111100 | 1110 | 11100110 | 10010 | 1011110 | 0 | 1010 | 100100000 | 1011001 | 110000 |
Color Harmonies of #BC0EE6
Complementary color
Monochromatic Colors of #BC0EE6
Black with #BC0EE6
Text Example
Text Example
White with #BC0EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EE6; }
p { color: rgb(188,14,230); }
H1.HeaderClassName
{
color: #BC0EE6;
}
.AnyTagClassName
{
color: #BC0EE6;
}
</style>
background-color css
<style>
a { background-color: #BC0EE6; }
a { background-color: rgb(188,14,230); }
div.DivClassName
{
background-color: #BC0EE6;
}
.BgClassName
{
background-color: #BC0EE6;
}
</style>
border-color css
<style>
span { border-color: #BC0EE6; }
span { border-color: rgb(188,14,230); }
td.TdClassName
{
border-color: #BC0EE6;
}
.TagClassName
{
border-color: #BC0EE6;
}
</style>