Shades of Electric Purple #BA22EC
Tints of Electric Purple #BA22EC
RGB
CMYK
RGB Variations
Color information
#BA22EC (or 0xBA22EC) is known color: Electric Purple. HEX triplet: BA, 22 and EC. RGB value is (186,34,236). Sum of RGB (Red+Green+Blue) = 186+34+236=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA22EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA22EC is #45DD13. Grayscale: #656565. Windows color (decimal): -4578580 or 15475386. OLE color: 15475386.
HSL color Cylindrical-coordinate representation of color #BA22EC: hue angle of 285.15º 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 #BA22EC is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 34 | 236 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.07 |
| HSL | 285.15º | 0.84% | 0.53% | - |
| HSV(B) | 285.15º | 0.86% | 0.93% | - |
| XYZ | 35.96 | 17.64 | 80.87 | - |
| YUV | 102.48 | 203.36 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 236 | 0.21 | 0.86 | 0 | 0.07 | 285.15 | 0.84 | 0.53 |
| Hex | BA | 22 | EC | 15 | 56 | 0 | 7 | 11D | 54 | 35 |
| Octal | 272 | 42 | 354 | 25 | 126 | 0 | 7 | 435 | 124 | 65 |
| Binary | 10111010 | 100010 | 11101100 | 10101 | 1010110 | 0 | 111 | 100011101 | 1010100 | 110101 |
Color Harmonies of #BA22EC
Complementary color
Monochromatic Colors of #BA22EC
Black with #BA22EC
Text Example
Text Example
White with #BA22EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22EC; }
p { color: rgb(186,34,236); }
H1.HeaderClassName
{
color: #BA22EC;
}
.AnyTagClassName
{
color: #BA22EC;
}
</style>
background-color css
<style>
a { background-color: #BA22EC; }
a { background-color: rgb(186,34,236); }
div.DivClassName
{
background-color: #BA22EC;
}
.BgClassName
{
background-color: #BA22EC;
}
</style>
border-color css
<style>
span { border-color: #BA22EC; }
span { border-color: rgb(186,34,236); }
td.TdClassName
{
border-color: #BA22EC;
}
.TagClassName
{
border-color: #BA22EC;
}
</style>