Shades of Electric Purple #BC05ED
Tints of Electric Purple #BC05ED
RGB
CMYK
RGB Variations
Color information
#BC05ED (or 0xBC05ED) is known color: Electric Purple. HEX triplet: BC, 05 and ED. RGB value is (188,5,237). Sum of RGB (Red+Green+Blue) = 188+5+237=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC05ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC05ED is #43FA12. Grayscale: #555555. Windows color (decimal): -4454931 or 15533500. OLE color: 15533500.
HSL color Cylindrical-coordinate representation of color #BC05ED: hue angle of 287.33º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC05ED is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 5 | 237 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.07 |
| HSL | 287.33º | 0.96% | 0.47% | - |
| HSV(B) | 287.33º | 0.98% | 0.93% | - |
| XYZ | 36.08 | 16.91 | 81.48 | - |
| YUV | 86.17 | 213.13 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 237 | 0.21 | 0.98 | 0 | 0.07 | 287.33 | 0.96 | 0.47 |
| Hex | BC | 5 | ED | 15 | 62 | 0 | 7 | 11F | 60 | 2F |
| Octal | 274 | 5 | 355 | 25 | 142 | 0 | 7 | 437 | 140 | 57 |
| Binary | 10111100 | 101 | 11101101 | 10101 | 1100010 | 0 | 111 | 100011111 | 1100000 | 101111 |
Color Harmonies of #BC05ED
Complementary color
Monochromatic Colors of #BC05ED
Black with #BC05ED
Text Example
Text Example
White with #BC05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05ED; }
p { color: rgb(188,5,237); }
H1.HeaderClassName
{
color: #BC05ED;
}
.AnyTagClassName
{
color: #BC05ED;
}
</style>
background-color css
<style>
a { background-color: #BC05ED; }
a { background-color: rgb(188,5,237); }
div.DivClassName
{
background-color: #BC05ED;
}
.BgClassName
{
background-color: #BC05ED;
}
</style>
border-color css
<style>
span { border-color: #BC05ED; }
span { border-color: rgb(188,5,237); }
td.TdClassName
{
border-color: #BC05ED;
}
.TagClassName
{
border-color: #BC05ED;
}
</style>