Shades of Electric Purple #BC1EEC
Tints of Electric Purple #BC1EEC
RGB
CMYK
RGB Variations
Color information
#BC1EEC (or 0xBC1EEC) is known color: Electric Purple. HEX triplet: BC, 1E and EC. RGB value is (188,30,236). Sum of RGB (Red+Green+Blue) = 188+30+236=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC1EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1EEC is #43E113. Grayscale: #646464. Windows color (decimal): -4448532 or 15474364. OLE color: 15474364.
HSL color Cylindrical-coordinate representation of color #BC1EEC: hue angle of 286.02º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1EEC is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 30 | 236 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.07 |
| HSL | 286.02º | 0.84% | 0.52% | - |
| HSV(B) | 286.02º | 0.87% | 0.93% | - |
| XYZ | 36.34 | 17.68 | 80.85 | - |
| YUV | 100.73 | 204.35 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 236 | 0.20 | 0.87 | 0 | 0.07 | 286.02 | 0.84 | 0.52 |
| Hex | BC | 1E | EC | 14 | 57 | 0 | 7 | 11E | 54 | 34 |
| Octal | 274 | 36 | 354 | 24 | 127 | 0 | 7 | 436 | 124 | 64 |
| Binary | 10111100 | 11110 | 11101100 | 10100 | 1010111 | 0 | 111 | 100011110 | 1010100 | 110100 |
Color Harmonies of #BC1EEC
Complementary color
Monochromatic Colors of #BC1EEC
Black with #BC1EEC
Text Example
Text Example
White with #BC1EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EEC; }
p { color: rgb(188,30,236); }
H1.HeaderClassName
{
color: #BC1EEC;
}
.AnyTagClassName
{
color: #BC1EEC;
}
</style>
background-color css
<style>
a { background-color: #BC1EEC; }
a { background-color: rgb(188,30,236); }
div.DivClassName
{
background-color: #BC1EEC;
}
.BgClassName
{
background-color: #BC1EEC;
}
</style>
border-color css
<style>
span { border-color: #BC1EEC; }
span { border-color: rgb(188,30,236); }
td.TdClassName
{
border-color: #BC1EEC;
}
.TagClassName
{
border-color: #BC1EEC;
}
</style>