Shades of Electric Purple #BC0EED
Tints of Electric Purple #BC0EED
RGB
CMYK
RGB Variations
Color information
#BC0EED (or 0xBC0EED) is known color: Electric Purple. HEX triplet: BC, 0E and ED. RGB value is (188,14,237). Sum of RGB (Red+Green+Blue) = 188+14+237=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC0EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0EED is #43F112. Grayscale: #5A5A5A. Windows color (decimal): -4452627 or 15535804. OLE color: 15535804.
HSL color Cylindrical-coordinate representation of color #BC0EED: hue angle of 286.82º degrees, saturation: 0.89, 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 #BC0EED is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 14 | 237 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.07 |
| HSL | 286.82º | 0.89% | 0.49% | - |
| HSV(B) | 286.82º | 0.94% | 0.93% | - |
| XYZ | 36.18 | 17.12 | 81.52 | - |
| YUV | 91.45 | 210.15 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 237 | 0.21 | 0.94 | 0 | 0.07 | 286.82 | 0.89 | 0.49 |
| Hex | BC | E | ED | 15 | 5E | 0 | 7 | 11F | 59 | 31 |
| Octal | 274 | 16 | 355 | 25 | 136 | 0 | 7 | 437 | 131 | 61 |
| Binary | 10111100 | 1110 | 11101101 | 10101 | 1011110 | 0 | 111 | 100011111 | 1011001 | 110001 |
Color Harmonies of #BC0EED
Complementary color
Monochromatic Colors of #BC0EED
Black with #BC0EED
Text Example
Text Example
White with #BC0EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EED; }
p { color: rgb(188,14,237); }
H1.HeaderClassName
{
color: #BC0EED;
}
.AnyTagClassName
{
color: #BC0EED;
}
</style>
background-color css
<style>
a { background-color: #BC0EED; }
a { background-color: rgb(188,14,237); }
div.DivClassName
{
background-color: #BC0EED;
}
.BgClassName
{
background-color: #BC0EED;
}
</style>
border-color css
<style>
span { border-color: #BC0EED; }
span { border-color: rgb(188,14,237); }
td.TdClassName
{
border-color: #BC0EED;
}
.TagClassName
{
border-color: #BC0EED;
}
</style>