Shades of Electric Purple #BA00E9
Tints of Electric Purple #BA00E9
RGB
CMYK
RGB Variations
Color information
#BA00E9 (or 0xBA00E9) is known color: Electric Purple. HEX triplet: BA, 00 and E9. RGB value is (186,0,233). Sum of RGB (Red+Green+Blue) = 186+0+233=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 233 (91.41% from 255 or 55.61% from 419); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA00E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00E9 is #45FF16. Grayscale: #515151. Windows color (decimal): -4587287 or 15270074. OLE color: 15270074.
HSL color Cylindrical-coordinate representation of color #BA00E9: hue angle of 287.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00E9 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 0 | 233 | - |
| CMYK | 0.20 | 1 | 0 | 0.09 |
| HSL | 287.9º | 1% | 0.46% | - |
| HSV(B) | 287.9º | 1% | 0.91% | - |
| XYZ | 34.96 | 16.32 | 78.4 | - |
| YUV | 82.18 | 213.12 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 233 | 0.20 | 1 | 0 | 0.09 | 287.9 | 1 | 0.46 |
| Hex | BA | 0 | E9 | 14 | 64 | 0 | 9 | 120 | 64 | 2E |
| Octal | 272 | 0 | 351 | 24 | 144 | 0 | 11 | 440 | 144 | 56 |
| Binary | 10111010 | 0 | 11101001 | 10100 | 1100100 | 0 | 1001 | 100100000 | 1100100 | 101110 |
Color Harmonies of #BA00E9
Complementary color
Monochromatic Colors of #BA00E9
Black with #BA00E9
Text Example
Text Example
White with #BA00E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00E9; }
p { color: rgb(186,0,233); }
H1.HeaderClassName
{
color: #BA00E9;
}
.AnyTagClassName
{
color: #BA00E9;
}
</style>
background-color css
<style>
a { background-color: #BA00E9; }
a { background-color: rgb(186,0,233); }
div.DivClassName
{
background-color: #BA00E9;
}
.BgClassName
{
background-color: #BA00E9;
}
</style>
border-color css
<style>
span { border-color: #BA00E9; }
span { border-color: rgb(186,0,233); }
td.TdClassName
{
border-color: #BA00E9;
}
.TagClassName
{
border-color: #BA00E9;
}
</style>