Shades of Electric Purple #BC1CEC
Tints of Electric Purple #BC1CEC
RGB
CMYK
RGB Variations
Color information
#BC1CEC (or 0xBC1CEC) is known color: Electric Purple. HEX triplet: BC, 1C and EC. RGB value is (188,28,236). Sum of RGB (Red+Green+Blue) = 188+28+236=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC1CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1CEC is #43E313. Grayscale: #626262. Windows color (decimal): -4449044 or 15473852. OLE color: 15473852.
HSL color Cylindrical-coordinate representation of color #BC1CEC: hue angle of 286.15º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1CEC is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 28 | 236 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.07 |
| HSL | 286.15º | 0.85% | 0.52% | - |
| HSV(B) | 286.15º | 0.88% | 0.93% | - |
| XYZ | 36.29 | 17.58 | 80.84 | - |
| YUV | 99.55 | 205.01 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 236 | 0.20 | 0.88 | 0 | 0.07 | 286.15 | 0.85 | 0.52 |
| Hex | BC | 1C | EC | 14 | 58 | 0 | 7 | 11E | 55 | 34 |
| Octal | 274 | 34 | 354 | 24 | 130 | 0 | 7 | 436 | 125 | 64 |
| Binary | 10111100 | 11100 | 11101100 | 10100 | 1011000 | 0 | 111 | 100011110 | 1010101 | 110100 |
Color Harmonies of #BC1CEC
Complementary color
Monochromatic Colors of #BC1CEC
Black with #BC1CEC
Text Example
Text Example
White with #BC1CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CEC; }
p { color: rgb(188,28,236); }
H1.HeaderClassName
{
color: #BC1CEC;
}
.AnyTagClassName
{
color: #BC1CEC;
}
</style>
background-color css
<style>
a { background-color: #BC1CEC; }
a { background-color: rgb(188,28,236); }
div.DivClassName
{
background-color: #BC1CEC;
}
.BgClassName
{
background-color: #BC1CEC;
}
</style>
border-color css
<style>
span { border-color: #BC1CEC; }
span { border-color: rgb(188,28,236); }
td.TdClassName
{
border-color: #BC1CEC;
}
.TagClassName
{
border-color: #BC1CEC;
}
</style>