Shades of Electric Purple #BC08E5
Tints of Electric Purple #BC08E5
RGB
CMYK
RGB Variations
Color information
#BC08E5 (or 0xBC08E5) is known color: Electric Purple. HEX triplet: BC, 08 and E5. RGB value is (188,8,229). Sum of RGB (Red+Green+Blue) = 188+8+229=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC08E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08E5 is #43F71A. Grayscale: #565656. Windows color (decimal): -4454171 or 15009980. OLE color: 15009980.
HSL color Cylindrical-coordinate representation of color #BC08E5: hue angle of 288.87º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC08E5 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 8 | 229 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.10 |
| HSL | 288.87º | 0.93% | 0.46% | - |
| HSV(B) | 288.87º | 0.97% | 0.9% | - |
| XYZ | 34.97 | 16.52 | 75.47 | - |
| YUV | 87.01 | 208.13 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 229 | 0.18 | 0.97 | 0 | 0.10 | 288.87 | 0.93 | 0.46 |
| Hex | BC | 8 | E5 | 12 | 61 | 0 | A | 121 | 5D | 2E |
| Octal | 274 | 10 | 345 | 22 | 141 | 0 | 12 | 441 | 135 | 56 |
| Binary | 10111100 | 1000 | 11100101 | 10010 | 1100001 | 0 | 1010 | 100100001 | 1011101 | 101110 |
Color Harmonies of #BC08E5
Complementary color
Monochromatic Colors of #BC08E5
Black with #BC08E5
Text Example
Text Example
White with #BC08E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08E5; }
p { color: rgb(188,8,229); }
H1.HeaderClassName
{
color: #BC08E5;
}
.AnyTagClassName
{
color: #BC08E5;
}
</style>
background-color css
<style>
a { background-color: #BC08E5; }
a { background-color: rgb(188,8,229); }
div.DivClassName
{
background-color: #BC08E5;
}
.BgClassName
{
background-color: #BC08E5;
}
</style>
border-color css
<style>
span { border-color: #BC08E5; }
span { border-color: rgb(188,8,229); }
td.TdClassName
{
border-color: #BC08E5;
}
.TagClassName
{
border-color: #BC08E5;
}
</style>