Shades of Electric Purple #BA00E5
Tints of Electric Purple #BA00E5
RGB
CMYK
RGB Variations
Color information
#BA00E5 (or 0xBA00E5) is known color: Electric Purple. HEX triplet: BA, 00 and E5. RGB value is (186,0,229). Sum of RGB (Red+Green+Blue) = 186+0+229=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA00E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00E5 is #45FF1A. Grayscale: #505050. Windows color (decimal): -4587291 or 15007930. OLE color: 15007930.
HSL color Cylindrical-coordinate representation of color #BA00E5: hue angle of 288.73º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00E5 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 0 | 229 | - |
| CMYK | 0.19 | 1 | 0 | 0.10 |
| HSL | 288.73º | 1% | 0.45% | - |
| HSV(B) | 288.73º | 1% | 0.9% | - |
| XYZ | 34.39 | 16.1 | 75.42 | - |
| YUV | 81.72 | 211.12 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 229 | 0.19 | 1 | 0 | 0.10 | 288.73 | 1 | 0.45 |
| Hex | BA | 0 | E5 | 13 | 64 | 0 | A | 121 | 64 | 2D |
| Octal | 272 | 0 | 345 | 23 | 144 | 0 | 12 | 441 | 144 | 55 |
| Binary | 10111010 | 0 | 11100101 | 10011 | 1100100 | 0 | 1010 | 100100001 | 1100100 | 101101 |
Color Harmonies of #BA00E5
Complementary color
Monochromatic Colors of #BA00E5
Black with #BA00E5
Text Example
Text Example
White with #BA00E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00E5; }
p { color: rgb(186,0,229); }
H1.HeaderClassName
{
color: #BA00E5;
}
.AnyTagClassName
{
color: #BA00E5;
}
</style>
background-color css
<style>
a { background-color: #BA00E5; }
a { background-color: rgb(186,0,229); }
div.DivClassName
{
background-color: #BA00E5;
}
.BgClassName
{
background-color: #BA00E5;
}
</style>
border-color css
<style>
span { border-color: #BA00E5; }
span { border-color: rgb(186,0,229); }
td.TdClassName
{
border-color: #BA00E5;
}
.TagClassName
{
border-color: #BA00E5;
}
</style>