Shades of Electric Purple #BA02E7
Tints of Electric Purple #BA02E7
RGB
CMYK
RGB Variations
Color information
#BA02E7 (or 0xBA02E7) is known color: Electric Purple. HEX triplet: BA, 02 and E7. RGB value is (186,2,231). Sum of RGB (Red+Green+Blue) = 186+2+231=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA02E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA02E7 is #45FD18. Grayscale: #525252. Windows color (decimal): -4586777 or 15139514. OLE color: 15139514.
HSL color Cylindrical-coordinate representation of color #BA02E7: hue angle of 288.21º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02E7 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 2 | 231 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.09 |
| HSL | 288.21º | 0.98% | 0.46% | - |
| HSV(B) | 288.21º | 0.99% | 0.91% | - |
| XYZ | 34.7 | 16.25 | 76.91 | - |
| YUV | 83.12 | 211.46 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 231 | 0.19 | 0.99 | 0 | 0.09 | 288.21 | 0.98 | 0.46 |
| Hex | BA | 2 | E7 | 13 | 63 | 0 | 9 | 120 | 62 | 2E |
| Octal | 272 | 2 | 347 | 23 | 143 | 0 | 11 | 440 | 142 | 56 |
| Binary | 10111010 | 10 | 11100111 | 10011 | 1100011 | 0 | 1001 | 100100000 | 1100010 | 101110 |
Color Harmonies of #BA02E7
Complementary color
Monochromatic Colors of #BA02E7
Black with #BA02E7
Text Example
Text Example
White with #BA02E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02E7; }
p { color: rgb(186,2,231); }
H1.HeaderClassName
{
color: #BA02E7;
}
.AnyTagClassName
{
color: #BA02E7;
}
</style>
background-color css
<style>
a { background-color: #BA02E7; }
a { background-color: rgb(186,2,231); }
div.DivClassName
{
background-color: #BA02E7;
}
.BgClassName
{
background-color: #BA02E7;
}
</style>
border-color css
<style>
span { border-color: #BA02E7; }
span { border-color: rgb(186,2,231); }
td.TdClassName
{
border-color: #BA02E7;
}
.TagClassName
{
border-color: #BA02E7;
}
</style>