Shades of Electric Purple #BC0EEE
Tints of Electric Purple #BC0EEE
RGB
CMYK
RGB Variations
Color information
#BC0EEE (or 0xBC0EEE) is known color: Electric Purple. HEX triplet: BC, 0E and EE. RGB value is (188,14,238). Sum of RGB (Red+Green+Blue) = 188+14+238=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC0EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0EEE is #43F111. Grayscale: #5A5A5A. Windows color (decimal): -4452626 or 15601340. OLE color: 15601340.
HSL color Cylindrical-coordinate representation of color #BC0EEE: hue angle of 286.61º 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 #BC0EEE is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 14 | 238 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.07 |
| HSL | 286.61º | 0.89% | 0.49% | - |
| HSV(B) | 286.61º | 0.94% | 0.93% | - |
| XYZ | 36.33 | 17.18 | 82.29 | - |
| YUV | 91.56 | 210.65 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 238 | 0.21 | 0.94 | 0 | 0.07 | 286.61 | 0.89 | 0.49 |
| Hex | BC | E | EE | 15 | 5E | 0 | 7 | 11F | 59 | 31 |
| Octal | 274 | 16 | 356 | 25 | 136 | 0 | 7 | 437 | 131 | 61 |
| Binary | 10111100 | 1110 | 11101110 | 10101 | 1011110 | 0 | 111 | 100011111 | 1011001 | 110001 |
Color Harmonies of #BC0EEE
Complementary color
Monochromatic Colors of #BC0EEE
Black with #BC0EEE
Text Example
Text Example
White with #BC0EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EEE; }
p { color: rgb(188,14,238); }
H1.HeaderClassName
{
color: #BC0EEE;
}
.AnyTagClassName
{
color: #BC0EEE;
}
</style>
background-color css
<style>
a { background-color: #BC0EEE; }
a { background-color: rgb(188,14,238); }
div.DivClassName
{
background-color: #BC0EEE;
}
.BgClassName
{
background-color: #BC0EEE;
}
</style>
border-color css
<style>
span { border-color: #BC0EEE; }
span { border-color: rgb(188,14,238); }
td.TdClassName
{
border-color: #BC0EEE;
}
.TagClassName
{
border-color: #BC0EEE;
}
</style>