Shades of Electric Purple #BC08E4
Tints of Electric Purple #BC08E4
RGB
CMYK
RGB Variations
Color information
#BC08E4 (or 0xBC08E4) is known color: Electric Purple. HEX triplet: BC, 08 and E4. RGB value is (188,8,228). Sum of RGB (Red+Green+Blue) = 188+8+228=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 228 (89.45% from 255 or 53.77% from 424); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC08E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08E4 is #43F71B. Grayscale: #565656. Windows color (decimal): -4454172 or 14944444. OLE color: 14944444.
HSL color Cylindrical-coordinate representation of color #BC08E4: hue angle of 289.09º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08E4 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 8 | 228 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.11 |
| HSL | 289.09º | 0.93% | 0.46% | - |
| HSV(B) | 289.09º | 0.96% | 0.89% | - |
| XYZ | 34.83 | 16.47 | 74.74 | - |
| YUV | 86.9 | 207.63 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 228 | 0.18 | 0.96 | 0 | 0.11 | 289.09 | 0.93 | 0.46 |
| Hex | BC | 8 | E4 | 12 | 60 | 0 | B | 121 | 5D | 2E |
| Octal | 274 | 10 | 344 | 22 | 140 | 0 | 13 | 441 | 135 | 56 |
| Binary | 10111100 | 1000 | 11100100 | 10010 | 1100000 | 0 | 1011 | 100100001 | 1011101 | 101110 |
Color Harmonies of #BC08E4
Complementary color
Monochromatic Colors of #BC08E4
Black with #BC08E4
Text Example
Text Example
White with #BC08E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08E4; }
p { color: rgb(188,8,228); }
H1.HeaderClassName
{
color: #BC08E4;
}
.AnyTagClassName
{
color: #BC08E4;
}
</style>
background-color css
<style>
a { background-color: #BC08E4; }
a { background-color: rgb(188,8,228); }
div.DivClassName
{
background-color: #BC08E4;
}
.BgClassName
{
background-color: #BC08E4;
}
</style>
border-color css
<style>
span { border-color: #BC08E4; }
span { border-color: rgb(188,8,228); }
td.TdClassName
{
border-color: #BC08E4;
}
.TagClassName
{
border-color: #BC08E4;
}
</style>