Shades of Electric Purple #BC0EEB
Tints of Electric Purple #BC0EEB
RGB
CMYK
RGB Variations
Color information
#BC0EEB (or 0xBC0EEB) is known color: Electric Purple. HEX triplet: BC, 0E and EB. RGB value is (188,14,235). Sum of RGB (Red+Green+Blue) = 188+14+235=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC0EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0EEB is #43F114. Grayscale: #5A5A5A. Windows color (decimal): -4452629 or 15404732. OLE color: 15404732.
HSL color Cylindrical-coordinate representation of color #BC0EEB: hue angle of 287.24º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0EEB is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 14 | 235 | - |
| CMYK | 0.2 | 0.94 | 0 | 0.08 |
| HSL | 287.24º | 0.89% | 0.49% | - |
| HSV(B) | 287.24º | 0.94% | 0.92% | - |
| XYZ | 35.89 | 17 | 79.99 | - |
| YUV | 91.22 | 209.15 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 235 | 0.2 | 0.94 | 0 | 0.08 | 287.24 | 0.89 | 0.49 |
| Hex | BC | E | EB | 14 | 5E | 0 | 8 | 11F | 59 | 31 |
| Octal | 274 | 16 | 353 | 24 | 136 | 0 | 10 | 437 | 131 | 61 |
| Binary | 10111100 | 1110 | 11101011 | 10100 | 1011110 | 0 | 1000 | 100011111 | 1011001 | 110001 |
Color Harmonies of #BC0EEB
Complementary color
Monochromatic Colors of #BC0EEB
Black with #BC0EEB
Text Example
Text Example
White with #BC0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EEB; }
p { color: rgb(188,14,235); }
H1.HeaderClassName
{
color: #BC0EEB;
}
.AnyTagClassName
{
color: #BC0EEB;
}
</style>
background-color css
<style>
a { background-color: #BC0EEB; }
a { background-color: rgb(188,14,235); }
div.DivClassName
{
background-color: #BC0EEB;
}
.BgClassName
{
background-color: #BC0EEB;
}
</style>
border-color css
<style>
span { border-color: #BC0EEB; }
span { border-color: rgb(188,14,235); }
td.TdClassName
{
border-color: #BC0EEB;
}
.TagClassName
{
border-color: #BC0EEB;
}
</style>