Shades of Electric Purple #BA03E5
Tints of Electric Purple #BA03E5
RGB
CMYK
RGB Variations
Color information
#BA03E5 (or 0xBA03E5) is known color: Electric Purple. HEX triplet: BA, 03 and E5. RGB value is (186,3,229). Sum of RGB (Red+Green+Blue) = 186+3+229=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA03E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03E5 is #45FC1A. Grayscale: #525252. Windows color (decimal): -4586523 or 15008698. OLE color: 15008698.
HSL color Cylindrical-coordinate representation of color #BA03E5: hue angle of 288.58º degrees, saturation: 0.97, 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 #BA03E5 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 3 | 229 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.10 |
| HSL | 288.58º | 0.97% | 0.45% | - |
| HSV(B) | 288.58º | 0.99% | 0.9% | - |
| XYZ | 34.43 | 16.16 | 75.43 | - |
| YUV | 83.48 | 210.13 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 229 | 0.19 | 0.99 | 0 | 0.10 | 288.58 | 0.97 | 0.45 |
| Hex | BA | 3 | E5 | 13 | 63 | 0 | A | 121 | 61 | 2D |
| Octal | 272 | 3 | 345 | 23 | 143 | 0 | 12 | 441 | 141 | 55 |
| Binary | 10111010 | 11 | 11100101 | 10011 | 1100011 | 0 | 1010 | 100100001 | 1100001 | 101101 |
Color Harmonies of #BA03E5
Complementary color
Monochromatic Colors of #BA03E5
Black with #BA03E5
Text Example
Text Example
White with #BA03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03E5; }
p { color: rgb(186,3,229); }
H1.HeaderClassName
{
color: #BA03E5;
}
.AnyTagClassName
{
color: #BA03E5;
}
</style>
background-color css
<style>
a { background-color: #BA03E5; }
a { background-color: rgb(186,3,229); }
div.DivClassName
{
background-color: #BA03E5;
}
.BgClassName
{
background-color: #BA03E5;
}
</style>
border-color css
<style>
span { border-color: #BA03E5; }
span { border-color: rgb(186,3,229); }
td.TdClassName
{
border-color: #BA03E5;
}
.TagClassName
{
border-color: #BA03E5;
}
</style>