Shades of Electric Purple #BA0AEE
Tints of Electric Purple #BA0AEE
RGB
CMYK
RGB Variations
Color information
#BA0AEE (or 0xBA0AEE) is known color: Electric Purple. HEX triplet: BA, 0A and EE. RGB value is (186,10,238). Sum of RGB (Red+Green+Blue) = 186+10+238=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA0AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0AEE is #45F511. Grayscale: #575757. Windows color (decimal): -4584722 or 15600314. OLE color: 15600314.
HSL color Cylindrical-coordinate representation of color #BA0AEE: hue angle of 286.32º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0AEE is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 10 | 238 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.07 |
| HSL | 286.32º | 0.92% | 0.49% | - |
| HSV(B) | 286.32º | 0.96% | 0.93% | - |
| XYZ | 35.79 | 16.83 | 82.25 | - |
| YUV | 88.62 | 212.31 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 238 | 0.22 | 0.96 | 0 | 0.07 | 286.32 | 0.92 | 0.49 |
| Hex | BA | A | EE | 16 | 60 | 0 | 7 | 11E | 5C | 31 |
| Octal | 272 | 12 | 356 | 26 | 140 | 0 | 7 | 436 | 134 | 61 |
| Binary | 10111010 | 1010 | 11101110 | 10110 | 1100000 | 0 | 111 | 100011110 | 1011100 | 110001 |
Color Harmonies of #BA0AEE
Complementary color
Monochromatic Colors of #BA0AEE
Black with #BA0AEE
Text Example
Text Example
White with #BA0AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0AEE; }
p { color: rgb(186,10,238); }
H1.HeaderClassName
{
color: #BA0AEE;
}
.AnyTagClassName
{
color: #BA0AEE;
}
</style>
background-color css
<style>
a { background-color: #BA0AEE; }
a { background-color: rgb(186,10,238); }
div.DivClassName
{
background-color: #BA0AEE;
}
.BgClassName
{
background-color: #BA0AEE;
}
</style>
border-color css
<style>
span { border-color: #BA0AEE; }
span { border-color: rgb(186,10,238); }
td.TdClassName
{
border-color: #BA0AEE;
}
.TagClassName
{
border-color: #BA0AEE;
}
</style>