Shades of Electric Purple #BC0FEC
Tints of Electric Purple #BC0FEC
RGB
CMYK
RGB Variations
Color information
#BC0FEC (or 0xBC0FEC) is known color: Electric Purple. HEX triplet: BC, 0F and EC. RGB value is (188,15,236). Sum of RGB (Red+Green+Blue) = 188+15+236=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC0FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FEC is #43F013. Grayscale: #5B5B5B. Windows color (decimal): -4452372 or 15470524. OLE color: 15470524.
HSL color Cylindrical-coordinate representation of color #BC0FEC: hue angle of 286.97º degrees, saturation: 0.88, 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 #BC0FEC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 15 | 236 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.07 |
| HSL | 286.97º | 0.88% | 0.49% | - |
| HSV(B) | 286.97º | 0.94% | 0.93% | - |
| XYZ | 36.05 | 17.09 | 80.76 | - |
| YUV | 91.92 | 209.31 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 236 | 0.20 | 0.94 | 0 | 0.07 | 286.97 | 0.88 | 0.49 |
| Hex | BC | F | EC | 14 | 5E | 0 | 7 | 11F | 58 | 31 |
| Octal | 274 | 17 | 354 | 24 | 136 | 0 | 7 | 437 | 130 | 61 |
| Binary | 10111100 | 1111 | 11101100 | 10100 | 1011110 | 0 | 111 | 100011111 | 1011000 | 110001 |
Color Harmonies of #BC0FEC
Complementary color
Monochromatic Colors of #BC0FEC
Black with #BC0FEC
Text Example
Text Example
White with #BC0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FEC; }
p { color: rgb(188,15,236); }
H1.HeaderClassName
{
color: #BC0FEC;
}
.AnyTagClassName
{
color: #BC0FEC;
}
</style>
background-color css
<style>
a { background-color: #BC0FEC; }
a { background-color: rgb(188,15,236); }
div.DivClassName
{
background-color: #BC0FEC;
}
.BgClassName
{
background-color: #BC0FEC;
}
</style>
border-color css
<style>
span { border-color: #BC0FEC; }
span { border-color: rgb(188,15,236); }
td.TdClassName
{
border-color: #BC0FEC;
}
.TagClassName
{
border-color: #BC0FEC;
}
</style>