Shades of Electric Purple #BA02E5
Tints of Electric Purple #BA02E5
RGB
CMYK
RGB Variations
Color information
#BA02E5 (or 0xBA02E5) is known color: Electric Purple. HEX triplet: BA, 02 and E5. RGB value is (186,2,229). Sum of RGB (Red+Green+Blue) = 186+2+229=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA02E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02E5 is #45FD1A. Grayscale: #525252. Windows color (decimal): -4586779 or 15008442. OLE color: 15008442.
HSL color Cylindrical-coordinate representation of color #BA02E5: hue angle of 288.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02E5 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 2 | 229 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.10 |
| HSL | 288.63º | 0.98% | 0.45% | - |
| HSV(B) | 288.63º | 0.99% | 0.9% | - |
| XYZ | 34.41 | 16.14 | 75.43 | - |
| YUV | 82.89 | 210.46 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 229 | 0.19 | 0.99 | 0 | 0.10 | 288.63 | 0.98 | 0.45 |
| Hex | BA | 2 | E5 | 13 | 63 | 0 | A | 121 | 62 | 2D |
| Octal | 272 | 2 | 345 | 23 | 143 | 0 | 12 | 441 | 142 | 55 |
| Binary | 10111010 | 10 | 11100101 | 10011 | 1100011 | 0 | 1010 | 100100001 | 1100010 | 101101 |
Color Harmonies of #BA02E5
Complementary color
Monochromatic Colors of #BA02E5
Black with #BA02E5
Text Example
Text Example
White with #BA02E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02E5; }
p { color: rgb(186,2,229); }
H1.HeaderClassName
{
color: #BA02E5;
}
.AnyTagClassName
{
color: #BA02E5;
}
</style>
background-color css
<style>
a { background-color: #BA02E5; }
a { background-color: rgb(186,2,229); }
div.DivClassName
{
background-color: #BA02E5;
}
.BgClassName
{
background-color: #BA02E5;
}
</style>
border-color css
<style>
span { border-color: #BA02E5; }
span { border-color: rgb(186,2,229); }
td.TdClassName
{
border-color: #BA02E5;
}
.TagClassName
{
border-color: #BA02E5;
}
</style>