Shades of Electric Purple #BC0EE5
Tints of Electric Purple #BC0EE5
RGB
CMYK
RGB Variations
Color information
#BC0EE5 (or 0xBC0EE5) is known color: Electric Purple. HEX triplet: BC, 0E and E5. RGB value is (188,14,229). Sum of RGB (Red+Green+Blue) = 188+14+229=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 229 (89.84% from 255 or 53.13% from 431); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC0EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0EE5 is #43F11A. Grayscale: #595959. Windows color (decimal): -4452635 or 15011516. OLE color: 15011516.
HSL color Cylindrical-coordinate representation of color #BC0EE5: hue angle of 288.56º degrees, saturation: 0.88, 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 #BC0EE5 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 14 | 229 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.10 |
| HSL | 288.56º | 0.88% | 0.48% | - |
| HSV(B) | 288.56º | 0.94% | 0.9% | - |
| XYZ | 35.04 | 16.66 | 75.5 | - |
| YUV | 90.54 | 206.15 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 229 | 0.18 | 0.94 | 0 | 0.10 | 288.56 | 0.88 | 0.48 |
| Hex | BC | E | E5 | 12 | 5E | 0 | A | 121 | 58 | 30 |
| Octal | 274 | 16 | 345 | 22 | 136 | 0 | 12 | 441 | 130 | 60 |
| Binary | 10111100 | 1110 | 11100101 | 10010 | 1011110 | 0 | 1010 | 100100001 | 1011000 | 110000 |
Color Harmonies of #BC0EE5
Complementary color
Monochromatic Colors of #BC0EE5
Black with #BC0EE5
Text Example
Text Example
White with #BC0EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EE5; }
p { color: rgb(188,14,229); }
H1.HeaderClassName
{
color: #BC0EE5;
}
.AnyTagClassName
{
color: #BC0EE5;
}
</style>
background-color css
<style>
a { background-color: #BC0EE5; }
a { background-color: rgb(188,14,229); }
div.DivClassName
{
background-color: #BC0EE5;
}
.BgClassName
{
background-color: #BC0EE5;
}
</style>
border-color css
<style>
span { border-color: #BC0EE5; }
span { border-color: rgb(188,14,229); }
td.TdClassName
{
border-color: #BC0EE5;
}
.TagClassName
{
border-color: #BC0EE5;
}
</style>