Shades of Electric Purple #BA03E7
Tints of Electric Purple #BA03E7
RGB
CMYK
RGB Variations
Color information
#BA03E7 (or 0xBA03E7) is known color: Electric Purple. HEX triplet: BA, 03 and E7. RGB value is (186,3,231). Sum of RGB (Red+Green+Blue) = 186+3+231=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 231 (90.62% from 255 or 55% from 420); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA03E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA03E7 is #45FC18. Grayscale: #525252. Windows color (decimal): -4586521 or 15139770. OLE color: 15139770.
HSL color Cylindrical-coordinate representation of color #BA03E7: hue angle of 288.16º degrees, saturation: 0.97, 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 #BA03E7 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 3 | 231 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.09 |
| HSL | 288.16º | 0.97% | 0.46% | - |
| HSV(B) | 288.16º | 0.99% | 0.91% | - |
| XYZ | 34.71 | 16.27 | 76.91 | - |
| YUV | 83.71 | 211.13 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 231 | 0.19 | 0.99 | 0 | 0.09 | 288.16 | 0.97 | 0.46 |
| Hex | BA | 3 | E7 | 13 | 63 | 0 | 9 | 120 | 61 | 2E |
| Octal | 272 | 3 | 347 | 23 | 143 | 0 | 11 | 440 | 141 | 56 |
| Binary | 10111010 | 11 | 11100111 | 10011 | 1100011 | 0 | 1001 | 100100000 | 1100001 | 101110 |
Color Harmonies of #BA03E7
Complementary color
Monochromatic Colors of #BA03E7
Black with #BA03E7
Text Example
Text Example
White with #BA03E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03E7; }
p { color: rgb(186,3,231); }
H1.HeaderClassName
{
color: #BA03E7;
}
.AnyTagClassName
{
color: #BA03E7;
}
</style>
background-color css
<style>
a { background-color: #BA03E7; }
a { background-color: rgb(186,3,231); }
div.DivClassName
{
background-color: #BA03E7;
}
.BgClassName
{
background-color: #BA03E7;
}
</style>
border-color css
<style>
span { border-color: #BA03E7; }
span { border-color: rgb(186,3,231); }
td.TdClassName
{
border-color: #BA03E7;
}
.TagClassName
{
border-color: #BA03E7;
}
</style>