Shades of Electric Purple #BC0EE7
Tints of Electric Purple #BC0EE7
RGB
CMYK
RGB Variations
Color information
#BC0EE7 (or 0xBC0EE7) is known color: Electric Purple. HEX triplet: BC, 0E and E7. RGB value is (188,14,231). Sum of RGB (Red+Green+Blue) = 188+14+231=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 231 (90.62% from 255 or 53.35% from 433); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC0EE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0EE7 is #43F118. Grayscale: #5A5A5A. Windows color (decimal): -4452633 or 15142588. OLE color: 15142588.
HSL color Cylindrical-coordinate representation of color #BC0EE7: hue angle of 288.11º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0EE7 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 14 | 231 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.09 |
| HSL | 288.11º | 0.89% | 0.48% | - |
| HSV(B) | 288.11º | 0.94% | 0.91% | - |
| XYZ | 35.32 | 16.77 | 76.98 | - |
| YUV | 90.76 | 207.15 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 231 | 0.19 | 0.94 | 0 | 0.09 | 288.11 | 0.89 | 0.48 |
| Hex | BC | E | E7 | 13 | 5E | 0 | 9 | 120 | 59 | 30 |
| Octal | 274 | 16 | 347 | 23 | 136 | 0 | 11 | 440 | 131 | 60 |
| Binary | 10111100 | 1110 | 11100111 | 10011 | 1011110 | 0 | 1001 | 100100000 | 1011001 | 110000 |
Color Harmonies of #BC0EE7
Complementary color
Monochromatic Colors of #BC0EE7
Black with #BC0EE7
Text Example
Text Example
White with #BC0EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EE7; }
p { color: rgb(188,14,231); }
H1.HeaderClassName
{
color: #BC0EE7;
}
.AnyTagClassName
{
color: #BC0EE7;
}
</style>
background-color css
<style>
a { background-color: #BC0EE7; }
a { background-color: rgb(188,14,231); }
div.DivClassName
{
background-color: #BC0EE7;
}
.BgClassName
{
background-color: #BC0EE7;
}
</style>
border-color css
<style>
span { border-color: #BC0EE7; }
span { border-color: rgb(188,14,231); }
td.TdClassName
{
border-color: #BC0EE7;
}
.TagClassName
{
border-color: #BC0EE7;
}
</style>