Shades of Electric Purple #BA02E1
Tints of Electric Purple #BA02E1
RGB
CMYK
RGB Variations
Color information
#BA02E1 (or 0xBA02E1) is known color: Electric Purple. HEX triplet: BA, 02 and E1. RGB value is (186,2,225). Sum of RGB (Red+Green+Blue) = 186+2+225=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA02E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02E1 is #45FD1E. Grayscale: #515151. Windows color (decimal): -4586783 or 14746298. OLE color: 14746298.
HSL color Cylindrical-coordinate representation of color #BA02E1: hue angle of 289.51º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02E1 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 2 | 225 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.12 |
| HSL | 289.51º | 0.98% | 0.45% | - |
| HSV(B) | 289.51º | 0.99% | 0.88% | - |
| XYZ | 33.86 | 15.92 | 72.52 | - |
| YUV | 82.44 | 208.46 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 225 | 0.17 | 0.99 | 0 | 0.12 | 289.51 | 0.98 | 0.45 |
| Hex | BA | 2 | E1 | 11 | 63 | 0 | C | 122 | 62 | 2D |
| Octal | 272 | 2 | 341 | 21 | 143 | 0 | 14 | 442 | 142 | 55 |
| Binary | 10111010 | 10 | 11100001 | 10001 | 1100011 | 0 | 1100 | 100100010 | 1100010 | 101101 |
Color Harmonies of #BA02E1
Complementary color
Monochromatic Colors of #BA02E1
Black with #BA02E1
Text Example
Text Example
White with #BA02E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02E1; }
p { color: rgb(186,2,225); }
H1.HeaderClassName
{
color: #BA02E1;
}
.AnyTagClassName
{
color: #BA02E1;
}
</style>
background-color css
<style>
a { background-color: #BA02E1; }
a { background-color: rgb(186,2,225); }
div.DivClassName
{
background-color: #BA02E1;
}
.BgClassName
{
background-color: #BA02E1;
}
</style>
border-color css
<style>
span { border-color: #BA02E1; }
span { border-color: rgb(186,2,225); }
td.TdClassName
{
border-color: #BA02E1;
}
.TagClassName
{
border-color: #BA02E1;
}
</style>