Shades of Electric Purple #BC0CEF
Tints of Electric Purple #BC0CEF
RGB
CMYK
RGB Variations
Color information
#BC0CEF (or 0xBC0CEF) is known color: Electric Purple. HEX triplet: BC, 0C and EF. RGB value is (188,12,239). Sum of RGB (Red+Green+Blue) = 188+12+239=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC0CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0CEF is #43F310. Grayscale: #595959. Windows color (decimal): -4453137 or 15666364. OLE color: 15666364.
HSL color Cylindrical-coordinate representation of color #BC0CEF: hue angle of 286.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0CEF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 12 | 239 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.06 |
| HSL | 286.52º | 0.9% | 0.49% | - |
| HSV(B) | 286.52º | 0.95% | 0.94% | - |
| XYZ | 36.45 | 17.19 | 83.06 | - |
| YUV | 90.5 | 211.81 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 239 | 0.21 | 0.95 | 0 | 0.06 | 286.52 | 0.9 | 0.49 |
| Hex | BC | C | EF | 15 | 5F | 0 | 6 | 11F | 5A | 31 |
| Octal | 274 | 14 | 357 | 25 | 137 | 0 | 6 | 437 | 132 | 61 |
| Binary | 10111100 | 1100 | 11101111 | 10101 | 1011111 | 0 | 110 | 100011111 | 1011010 | 110001 |
Color Harmonies of #BC0CEF
Complementary color
Monochromatic Colors of #BC0CEF
Black with #BC0CEF
Text Example
Text Example
White with #BC0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CEF; }
p { color: rgb(188,12,239); }
H1.HeaderClassName
{
color: #BC0CEF;
}
.AnyTagClassName
{
color: #BC0CEF;
}
</style>
background-color css
<style>
a { background-color: #BC0CEF; }
a { background-color: rgb(188,12,239); }
div.DivClassName
{
background-color: #BC0CEF;
}
.BgClassName
{
background-color: #BC0CEF;
}
</style>
border-color css
<style>
span { border-color: #BC0CEF; }
span { border-color: rgb(188,12,239); }
td.TdClassName
{
border-color: #BC0CEF;
}
.TagClassName
{
border-color: #BC0CEF;
}
</style>