Shades of Electric Purple #BA04E9
Tints of Electric Purple #BA04E9
RGB
CMYK
RGB Variations
Color information
#BA04E9 (or 0xBA04E9) is known color: Electric Purple. HEX triplet: BA, 04 and E9. RGB value is (186,4,233). Sum of RGB (Red+Green+Blue) = 186+4+233=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA04E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA04E9 is #45FB16. Grayscale: #535353. Windows color (decimal): -4586263 or 15271098. OLE color: 15271098.
HSL color Cylindrical-coordinate representation of color #BA04E9: hue angle of 287.69º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04E9 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 4 | 233 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.09 |
| HSL | 287.69º | 0.97% | 0.46% | - |
| HSV(B) | 287.69º | 0.98% | 0.91% | - |
| XYZ | 35 | 16.41 | 78.41 | - |
| YUV | 84.52 | 211.8 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 233 | 0.20 | 0.98 | 0 | 0.09 | 287.69 | 0.97 | 0.46 |
| Hex | BA | 4 | E9 | 14 | 62 | 0 | 9 | 120 | 61 | 2E |
| Octal | 272 | 4 | 351 | 24 | 142 | 0 | 11 | 440 | 141 | 56 |
| Binary | 10111010 | 100 | 11101001 | 10100 | 1100010 | 0 | 1001 | 100100000 | 1100001 | 101110 |
Color Harmonies of #BA04E9
Complementary color
Monochromatic Colors of #BA04E9
Black with #BA04E9
Text Example
Text Example
White with #BA04E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04E9; }
p { color: rgb(186,4,233); }
H1.HeaderClassName
{
color: #BA04E9;
}
.AnyTagClassName
{
color: #BA04E9;
}
</style>
background-color css
<style>
a { background-color: #BA04E9; }
a { background-color: rgb(186,4,233); }
div.DivClassName
{
background-color: #BA04E9;
}
.BgClassName
{
background-color: #BA04E9;
}
</style>
border-color css
<style>
span { border-color: #BA04E9; }
span { border-color: rgb(186,4,233); }
td.TdClassName
{
border-color: #BA04E9;
}
.TagClassName
{
border-color: #BA04E9;
}
</style>