Shades of Electric Purple #BC06E8
Tints of Electric Purple #BC06E8
RGB
CMYK
RGB Variations
Color information
#BC06E8 (or 0xBC06E8) is known color: Electric Purple. HEX triplet: BC, 06 and E8. RGB value is (188,6,232). Sum of RGB (Red+Green+Blue) = 188+6+232=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 232 (91.02% from 255 or 54.46% from 426); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC06E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC06E8 is #43F917. Grayscale: #555555. Windows color (decimal): -4454680 or 15206076. OLE color: 15206076.
HSL color Cylindrical-coordinate representation of color #BC06E8: hue angle of 288.32º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC06E8 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 6 | 232 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.09 |
| HSL | 288.32º | 0.95% | 0.47% | - |
| HSV(B) | 288.32º | 0.97% | 0.91% | - |
| XYZ | 35.37 | 16.65 | 77.69 | - |
| YUV | 86.18 | 210.3 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 232 | 0.19 | 0.97 | 0 | 0.09 | 288.32 | 0.95 | 0.47 |
| Hex | BC | 6 | E8 | 13 | 61 | 0 | 9 | 120 | 5F | 2F |
| Octal | 274 | 6 | 350 | 23 | 141 | 0 | 11 | 440 | 137 | 57 |
| Binary | 10111100 | 110 | 11101000 | 10011 | 1100001 | 0 | 1001 | 100100000 | 1011111 | 101111 |
Color Harmonies of #BC06E8
Complementary color
Monochromatic Colors of #BC06E8
Black with #BC06E8
Text Example
Text Example
White with #BC06E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06E8; }
p { color: rgb(188,6,232); }
H1.HeaderClassName
{
color: #BC06E8;
}
.AnyTagClassName
{
color: #BC06E8;
}
</style>
background-color css
<style>
a { background-color: #BC06E8; }
a { background-color: rgb(188,6,232); }
div.DivClassName
{
background-color: #BC06E8;
}
.BgClassName
{
background-color: #BC06E8;
}
</style>
border-color css
<style>
span { border-color: #BC06E8; }
span { border-color: rgb(188,6,232); }
td.TdClassName
{
border-color: #BC06E8;
}
.TagClassName
{
border-color: #BC06E8;
}
</style>