Shades of Electric Purple #BC00ED
Tints of Electric Purple #BC00ED
RGB
CMYK
RGB Variations
Color information
#BC00ED (or 0xBC00ED) is known color: Electric Purple. HEX triplet: BC, 00 and ED. RGB value is (188,0,237). Sum of RGB (Red+Green+Blue) = 188+0+237=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC00ED is #43FF12. Grayscale: #525252. Windows color (decimal): -4456211 or 15532220. OLE color: 15532220.
HSL color Cylindrical-coordinate representation of color #BC00ED: hue angle of 287.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00ED is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 0 | 237 | - |
| CMYK | 0.21 | 1 | 0 | 0.07 |
| HSL | 287.59º | 1% | 0.46% | - |
| HSV(B) | 287.59º | 1% | 0.93% | - |
| XYZ | 36.03 | 16.81 | 81.47 | - |
| YUV | 83.23 | 214.78 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 237 | 0.21 | 1 | 0 | 0.07 | 287.59 | 1 | 0.46 |
| Hex | BC | 0 | ED | 15 | 64 | 0 | 7 | 120 | 64 | 2E |
| Octal | 274 | 0 | 355 | 25 | 144 | 0 | 7 | 440 | 144 | 56 |
| Binary | 10111100 | 0 | 11101101 | 10101 | 1100100 | 0 | 111 | 100100000 | 1100100 | 101110 |
Color Harmonies of #BC00ED
Complementary color
Monochromatic Colors of #BC00ED
Black with #BC00ED
Text Example
Text Example
White with #BC00ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00ED; }
p { color: rgb(188,0,237); }
H1.HeaderClassName
{
color: #BC00ED;
}
.AnyTagClassName
{
color: #BC00ED;
}
</style>
background-color css
<style>
a { background-color: #BC00ED; }
a { background-color: rgb(188,0,237); }
div.DivClassName
{
background-color: #BC00ED;
}
.BgClassName
{
background-color: #BC00ED;
}
</style>
border-color css
<style>
span { border-color: #BC00ED; }
span { border-color: rgb(188,0,237); }
td.TdClassName
{
border-color: #BC00ED;
}
.TagClassName
{
border-color: #BC00ED;
}
</style>