Shades of Electric Purple #BA22E9
Tints of Electric Purple #BA22E9
RGB
CMYK
RGB Variations
Color information
#BA22E9 (or 0xBA22E9) is known color: Electric Purple. HEX triplet: BA, 22 and E9. RGB value is (186,34,233). Sum of RGB (Red+Green+Blue) = 186+34+233=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 34 (13.67% from 255 or 7.51% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA22E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA22E9 is #45DD16. Grayscale: #656565. Windows color (decimal): -4578583 or 15278778. OLE color: 15278778.
HSL color Cylindrical-coordinate representation of color #BA22E9: hue angle of 285.83º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA22E9 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 34 | 233 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.09 |
| HSL | 285.83º | 0.82% | 0.52% | - |
| HSV(B) | 285.83º | 0.85% | 0.91% | - |
| XYZ | 35.53 | 17.47 | 78.59 | - |
| YUV | 102.13 | 201.86 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 233 | 0.20 | 0.85 | 0 | 0.09 | 285.83 | 0.82 | 0.52 |
| Hex | BA | 22 | E9 | 14 | 55 | 0 | 9 | 11E | 52 | 34 |
| Octal | 272 | 42 | 351 | 24 | 125 | 0 | 11 | 436 | 122 | 64 |
| Binary | 10111010 | 100010 | 11101001 | 10100 | 1010101 | 0 | 1001 | 100011110 | 1010010 | 110100 |
Color Harmonies of #BA22E9
Complementary color
Monochromatic Colors of #BA22E9
Black with #BA22E9
Text Example
Text Example
White with #BA22E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22E9; }
p { color: rgb(186,34,233); }
H1.HeaderClassName
{
color: #BA22E9;
}
.AnyTagClassName
{
color: #BA22E9;
}
</style>
background-color css
<style>
a { background-color: #BA22E9; }
a { background-color: rgb(186,34,233); }
div.DivClassName
{
background-color: #BA22E9;
}
.BgClassName
{
background-color: #BA22E9;
}
</style>
border-color css
<style>
span { border-color: #BA22E9; }
span { border-color: rgb(186,34,233); }
td.TdClassName
{
border-color: #BA22E9;
}
.TagClassName
{
border-color: #BA22E9;
}
</style>