Shades of Electric Purple #BC00E5
Tints of Electric Purple #BC00E5
RGB
CMYK
RGB Variations
Color information
#BC00E5 (or 0xBC00E5) is known color: Electric Purple. HEX triplet: BC, 00 and E5. RGB value is (188,0,229). Sum of RGB (Red+Green+Blue) = 188+0+229=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC00E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00E5 is #43FF1A. Grayscale: #515151. Windows color (decimal): -4456219 or 15007932. OLE color: 15007932.
HSL color Cylindrical-coordinate representation of color #BC00E5: hue angle of 289.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00E5 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 0 | 229 | - |
| CMYK | 0.18 | 1 | 0 | 0.10 |
| HSL | 289.26º | 1% | 0.45% | - |
| HSV(B) | 289.26º | 1% | 0.9% | - |
| XYZ | 34.88 | 16.35 | 75.45 | - |
| YUV | 82.32 | 210.78 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 229 | 0.18 | 1 | 0 | 0.10 | 289.26 | 1 | 0.45 |
| Hex | BC | 0 | E5 | 12 | 64 | 0 | A | 121 | 64 | 2D |
| Octal | 274 | 0 | 345 | 22 | 144 | 0 | 12 | 441 | 144 | 55 |
| Binary | 10111100 | 0 | 11100101 | 10010 | 1100100 | 0 | 1010 | 100100001 | 1100100 | 101101 |
Color Harmonies of #BC00E5
Complementary color
Monochromatic Colors of #BC00E5
Black with #BC00E5
Text Example
Text Example
White with #BC00E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00E5; }
p { color: rgb(188,0,229); }
H1.HeaderClassName
{
color: #BC00E5;
}
.AnyTagClassName
{
color: #BC00E5;
}
</style>
background-color css
<style>
a { background-color: #BC00E5; }
a { background-color: rgb(188,0,229); }
div.DivClassName
{
background-color: #BC00E5;
}
.BgClassName
{
background-color: #BC00E5;
}
</style>
border-color css
<style>
span { border-color: #BC00E5; }
span { border-color: rgb(188,0,229); }
td.TdClassName
{
border-color: #BC00E5;
}
.TagClassName
{
border-color: #BC00E5;
}
</style>