Shades of Electric Purple #BC0CED
Tints of Electric Purple #BC0CED
RGB
CMYK
RGB Variations
Color information
#BC0CED (or 0xBC0CED) is known color: Electric Purple. HEX triplet: BC, 0C and ED. RGB value is (188,12,237). Sum of RGB (Red+Green+Blue) = 188+12+237=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC0CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0CED is #43F312. Grayscale: #595959. Windows color (decimal): -4453139 or 15535292. OLE color: 15535292.
HSL color Cylindrical-coordinate representation of color #BC0CED: hue angle of 286.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0CED is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 12 | 237 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.07 |
| HSL | 286.93º | 0.9% | 0.49% | - |
| HSV(B) | 286.93º | 0.95% | 0.93% | - |
| XYZ | 36.16 | 17.07 | 81.51 | - |
| YUV | 90.27 | 210.81 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 237 | 0.21 | 0.95 | 0 | 0.07 | 286.93 | 0.9 | 0.49 |
| Hex | BC | C | ED | 15 | 5F | 0 | 7 | 11F | 5A | 31 |
| Octal | 274 | 14 | 355 | 25 | 137 | 0 | 7 | 437 | 132 | 61 |
| Binary | 10111100 | 1100 | 11101101 | 10101 | 1011111 | 0 | 111 | 100011111 | 1011010 | 110001 |
Color Harmonies of #BC0CED
Complementary color
Monochromatic Colors of #BC0CED
Black with #BC0CED
Text Example
Text Example
White with #BC0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CED; }
p { color: rgb(188,12,237); }
H1.HeaderClassName
{
color: #BC0CED;
}
.AnyTagClassName
{
color: #BC0CED;
}
</style>
background-color css
<style>
a { background-color: #BC0CED; }
a { background-color: rgb(188,12,237); }
div.DivClassName
{
background-color: #BC0CED;
}
.BgClassName
{
background-color: #BC0CED;
}
</style>
border-color css
<style>
span { border-color: #BC0CED; }
span { border-color: rgb(188,12,237); }
td.TdClassName
{
border-color: #BC0CED;
}
.TagClassName
{
border-color: #BC0CED;
}
</style>