Shades of Electric Purple #BC11ED
Tints of Electric Purple #BC11ED
RGB
CMYK
RGB Variations
Color information
#BC11ED (or 0xBC11ED) is known color: Electric Purple. HEX triplet: BC, 11 and ED. RGB value is (188,17,237). Sum of RGB (Red+Green+Blue) = 188+17+237=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC11ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC11ED is #43EE12. Grayscale: #5C5C5C. Windows color (decimal): -4451859 or 15536572. OLE color: 15536572.
HSL color Cylindrical-coordinate representation of color #BC11ED: hue angle of 286.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC11ED is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 17 | 237 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.07 |
| HSL | 286.64º | 0.87% | 0.5% | - |
| HSV(B) | 286.64º | 0.93% | 0.93% | - |
| XYZ | 36.23 | 17.21 | 81.53 | - |
| YUV | 93.21 | 209.15 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 237 | 0.21 | 0.93 | 0 | 0.07 | 286.64 | 0.87 | 0.5 |
| Hex | BC | 11 | ED | 15 | 5D | 0 | 7 | 11F | 57 | 32 |
| Octal | 274 | 21 | 355 | 25 | 135 | 0 | 7 | 437 | 127 | 62 |
| Binary | 10111100 | 10001 | 11101101 | 10101 | 1011101 | 0 | 111 | 100011111 | 1010111 | 110010 |
Color Harmonies of #BC11ED
Complementary color
Monochromatic Colors of #BC11ED
Black with #BC11ED
Text Example
Text Example
White with #BC11ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11ED; }
p { color: rgb(188,17,237); }
H1.HeaderClassName
{
color: #BC11ED;
}
.AnyTagClassName
{
color: #BC11ED;
}
</style>
background-color css
<style>
a { background-color: #BC11ED; }
a { background-color: rgb(188,17,237); }
div.DivClassName
{
background-color: #BC11ED;
}
.BgClassName
{
background-color: #BC11ED;
}
</style>
border-color css
<style>
span { border-color: #BC11ED; }
span { border-color: rgb(188,17,237); }
td.TdClassName
{
border-color: #BC11ED;
}
.TagClassName
{
border-color: #BC11ED;
}
</style>