Shades of Electric Purple #BA06EC
Tints of Electric Purple #BA06EC
RGB
CMYK
RGB Variations
Color information
#BA06EC (or 0xBA06EC) is known color: Electric Purple. HEX triplet: BA, 06 and EC. RGB value is (186,6,236). Sum of RGB (Red+Green+Blue) = 186+6+236=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 6 (2.73% from 255 or 1.40% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA06EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06EC is #45F913. Grayscale: #555555. Windows color (decimal): -4585748 or 15468218. OLE color: 15468218.
HSL color Cylindrical-coordinate representation of color #BA06EC: hue angle of 286.96º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06EC is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 6 | 236 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.07 |
| HSL | 286.96º | 0.95% | 0.47% | - |
| HSV(B) | 286.96º | 0.97% | 0.93% | - |
| XYZ | 35.46 | 16.63 | 80.7 | - |
| YUV | 86.04 | 212.63 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 236 | 0.21 | 0.97 | 0 | 0.07 | 286.96 | 0.95 | 0.47 |
| Hex | BA | 6 | EC | 15 | 61 | 0 | 7 | 11F | 5F | 2F |
| Octal | 272 | 6 | 354 | 25 | 141 | 0 | 7 | 437 | 137 | 57 |
| Binary | 10111010 | 110 | 11101100 | 10101 | 1100001 | 0 | 111 | 100011111 | 1011111 | 101111 |
Color Harmonies of #BA06EC
Complementary color
Monochromatic Colors of #BA06EC
Black with #BA06EC
Text Example
Text Example
White with #BA06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06EC; }
p { color: rgb(186,6,236); }
H1.HeaderClassName
{
color: #BA06EC;
}
.AnyTagClassName
{
color: #BA06EC;
}
</style>
background-color css
<style>
a { background-color: #BA06EC; }
a { background-color: rgb(186,6,236); }
div.DivClassName
{
background-color: #BA06EC;
}
.BgClassName
{
background-color: #BA06EC;
}
</style>
border-color css
<style>
span { border-color: #BA06EC; }
span { border-color: rgb(186,6,236); }
td.TdClassName
{
border-color: #BA06EC;
}
.TagClassName
{
border-color: #BA06EC;
}
</style>