Shades of Electric Purple #BC07ED
Tints of Electric Purple #BC07ED
RGB
CMYK
RGB Variations
Color information
#BC07ED (or 0xBC07ED) is known color: Electric Purple. HEX triplet: BC, 07 and ED. RGB value is (188,7,237). Sum of RGB (Red+Green+Blue) = 188+7+237=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC07ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC07ED is #43F812. Grayscale: #565656. Windows color (decimal): -4454419 or 15534012. OLE color: 15534012.
HSL color Cylindrical-coordinate representation of color #BC07ED: hue angle of 287.22º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC07ED is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 7 | 237 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.07 |
| HSL | 287.22º | 0.94% | 0.48% | - |
| HSV(B) | 287.22º | 0.97% | 0.93% | - |
| XYZ | 36.1 | 16.96 | 81.49 | - |
| YUV | 87.34 | 212.47 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 237 | 0.21 | 0.97 | 0 | 0.07 | 287.22 | 0.94 | 0.48 |
| Hex | BC | 7 | ED | 15 | 61 | 0 | 7 | 11F | 5E | 30 |
| Octal | 274 | 7 | 355 | 25 | 141 | 0 | 7 | 437 | 136 | 60 |
| Binary | 10111100 | 111 | 11101101 | 10101 | 1100001 | 0 | 111 | 100011111 | 1011110 | 110000 |
Color Harmonies of #BC07ED
Complementary color
Monochromatic Colors of #BC07ED
Black with #BC07ED
Text Example
Text Example
White with #BC07ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07ED; }
p { color: rgb(188,7,237); }
H1.HeaderClassName
{
color: #BC07ED;
}
.AnyTagClassName
{
color: #BC07ED;
}
</style>
background-color css
<style>
a { background-color: #BC07ED; }
a { background-color: rgb(188,7,237); }
div.DivClassName
{
background-color: #BC07ED;
}
.BgClassName
{
background-color: #BC07ED;
}
</style>
border-color css
<style>
span { border-color: #BC07ED; }
span { border-color: rgb(188,7,237); }
td.TdClassName
{
border-color: #BC07ED;
}
.TagClassName
{
border-color: #BC07ED;
}
</style>