Shades of Electric Purple #BC0BEC
Tints of Electric Purple #BC0BEC
RGB
CMYK
RGB Variations
Color information
#BC0BEC (or 0xBC0BEC) is known color: Electric Purple. HEX triplet: BC, 0B and EC. RGB value is (188,11,236). Sum of RGB (Red+Green+Blue) = 188+11+236=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC0BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0BEC is #43F413. Grayscale: #585858. Windows color (decimal): -4453396 or 15469500. OLE color: 15469500.
HSL color Cylindrical-coordinate representation of color #BC0BEC: hue angle of 287.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0BEC is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 11 | 236 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.07 |
| HSL | 287.2º | 0.91% | 0.48% | - |
| HSV(B) | 287.2º | 0.95% | 0.93% | - |
| XYZ | 36 | 16.99 | 80.74 | - |
| YUV | 89.57 | 210.64 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 236 | 0.20 | 0.95 | 0 | 0.07 | 287.2 | 0.91 | 0.48 |
| Hex | BC | B | EC | 14 | 5F | 0 | 7 | 11F | 5B | 30 |
| Octal | 274 | 13 | 354 | 24 | 137 | 0 | 7 | 437 | 133 | 60 |
| Binary | 10111100 | 1011 | 11101100 | 10100 | 1011111 | 0 | 111 | 100011111 | 1011011 | 110000 |
Color Harmonies of #BC0BEC
Complementary color
Monochromatic Colors of #BC0BEC
Black with #BC0BEC
Text Example
Text Example
White with #BC0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BEC; }
p { color: rgb(188,11,236); }
H1.HeaderClassName
{
color: #BC0BEC;
}
.AnyTagClassName
{
color: #BC0BEC;
}
</style>
background-color css
<style>
a { background-color: #BC0BEC; }
a { background-color: rgb(188,11,236); }
div.DivClassName
{
background-color: #BC0BEC;
}
.BgClassName
{
background-color: #BC0BEC;
}
</style>
border-color css
<style>
span { border-color: #BC0BEC; }
span { border-color: rgb(188,11,236); }
td.TdClassName
{
border-color: #BC0BEC;
}
.TagClassName
{
border-color: #BC0BEC;
}
</style>