Shades of Electric Purple #BA21E9
Tints of Electric Purple #BA21E9
RGB
CMYK
RGB Variations
Color information
#BA21E9 (or 0xBA21E9) is known color: Electric Purple. HEX triplet: BA, 21 and E9. RGB value is (186,33,233). Sum of RGB (Red+Green+Blue) = 186+33+233=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 233 (91.41% from 255 or 51.55% from 452); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA21E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA21E9 is #45DE16. Grayscale: #646464. Windows color (decimal): -4578839 or 15278522. OLE color: 15278522.
HSL color Cylindrical-coordinate representation of color #BA21E9: hue angle of 285.9º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA21E9 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 33 | 233 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.09 |
| HSL | 285.9º | 0.82% | 0.52% | - |
| HSV(B) | 285.9º | 0.86% | 0.91% | - |
| XYZ | 35.5 | 17.41 | 78.58 | - |
| YUV | 101.55 | 202.19 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 233 | 0.20 | 0.86 | 0 | 0.09 | 285.9 | 0.82 | 0.52 |
| Hex | BA | 21 | E9 | 14 | 56 | 0 | 9 | 11E | 52 | 34 |
| Octal | 272 | 41 | 351 | 24 | 126 | 0 | 11 | 436 | 122 | 64 |
| Binary | 10111010 | 100001 | 11101001 | 10100 | 1010110 | 0 | 1001 | 100011110 | 1010010 | 110100 |
Color Harmonies of #BA21E9
Complementary color
Monochromatic Colors of #BA21E9
Black with #BA21E9
Text Example
Text Example
White with #BA21E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21E9; }
p { color: rgb(186,33,233); }
H1.HeaderClassName
{
color: #BA21E9;
}
.AnyTagClassName
{
color: #BA21E9;
}
</style>
background-color css
<style>
a { background-color: #BA21E9; }
a { background-color: rgb(186,33,233); }
div.DivClassName
{
background-color: #BA21E9;
}
.BgClassName
{
background-color: #BA21E9;
}
</style>
border-color css
<style>
span { border-color: #BA21E9; }
span { border-color: rgb(186,33,233); }
td.TdClassName
{
border-color: #BA21E9;
}
.TagClassName
{
border-color: #BA21E9;
}
</style>