Shades of Electric Purple #BA21EC
Tints of Electric Purple #BA21EC
RGB
CMYK
RGB Variations
Color information
#BA21EC (or 0xBA21EC) is known color: Electric Purple. HEX triplet: BA, 21 and EC. RGB value is (186,33,236). Sum of RGB (Red+Green+Blue) = 186+33+236=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA21EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA21EC is #45DE13. Grayscale: #656565. Windows color (decimal): -4578836 or 15475130. OLE color: 15475130.
HSL color Cylindrical-coordinate representation of color #BA21EC: hue angle of 285.22º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA21EC is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 33 | 236 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.07 |
| HSL | 285.22º | 0.84% | 0.53% | - |
| HSV(B) | 285.22º | 0.86% | 0.93% | - |
| XYZ | 35.93 | 17.58 | 80.86 | - |
| YUV | 101.89 | 203.69 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 236 | 0.21 | 0.86 | 0 | 0.07 | 285.22 | 0.84 | 0.53 |
| Hex | BA | 21 | EC | 15 | 56 | 0 | 7 | 11D | 54 | 35 |
| Octal | 272 | 41 | 354 | 25 | 126 | 0 | 7 | 435 | 124 | 65 |
| Binary | 10111010 | 100001 | 11101100 | 10101 | 1010110 | 0 | 111 | 100011101 | 1010100 | 110101 |
Color Harmonies of #BA21EC
Complementary color
Monochromatic Colors of #BA21EC
Black with #BA21EC
Text Example
Text Example
White with #BA21EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21EC; }
p { color: rgb(186,33,236); }
H1.HeaderClassName
{
color: #BA21EC;
}
.AnyTagClassName
{
color: #BA21EC;
}
</style>
background-color css
<style>
a { background-color: #BA21EC; }
a { background-color: rgb(186,33,236); }
div.DivClassName
{
background-color: #BA21EC;
}
.BgClassName
{
background-color: #BA21EC;
}
</style>
border-color css
<style>
span { border-color: #BA21EC; }
span { border-color: rgb(186,33,236); }
td.TdClassName
{
border-color: #BA21EC;
}
.TagClassName
{
border-color: #BA21EC;
}
</style>