Shades of Electric Purple #BA24EE
Tints of Electric Purple #BA24EE
RGB
CMYK
RGB Variations
Color information
#BA24EE (or 0xBA24EE) is known color: Electric Purple. HEX triplet: BA, 24 and EE. RGB value is (186,36,238). Sum of RGB (Red+Green+Blue) = 186+36+238=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA24EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA24EE is #45DB11. Grayscale: #676767. Windows color (decimal): -4578066 or 15606970. OLE color: 15606970.
HSL color Cylindrical-coordinate representation of color #BA24EE: hue angle of 284.55º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA24EE is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 36 | 238 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.07 |
| HSL | 284.55º | 0.86% | 0.54% | - |
| HSV(B) | 284.55º | 0.85% | 0.93% | - |
| XYZ | 36.31 | 17.87 | 82.43 | - |
| YUV | 103.88 | 203.7 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 238 | 0.22 | 0.85 | 0 | 0.07 | 284.55 | 0.86 | 0.54 |
| Hex | BA | 24 | EE | 16 | 55 | 0 | 7 | 11D | 56 | 36 |
| Octal | 272 | 44 | 356 | 26 | 125 | 0 | 7 | 435 | 126 | 66 |
| Binary | 10111010 | 100100 | 11101110 | 10110 | 1010101 | 0 | 111 | 100011101 | 1010110 | 110110 |
Color Harmonies of #BA24EE
Complementary color
Monochromatic Colors of #BA24EE
Black with #BA24EE
Text Example
Text Example
White with #BA24EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24EE; }
p { color: rgb(186,36,238); }
H1.HeaderClassName
{
color: #BA24EE;
}
.AnyTagClassName
{
color: #BA24EE;
}
</style>
background-color css
<style>
a { background-color: #BA24EE; }
a { background-color: rgb(186,36,238); }
div.DivClassName
{
background-color: #BA24EE;
}
.BgClassName
{
background-color: #BA24EE;
}
</style>
border-color css
<style>
span { border-color: #BA24EE; }
span { border-color: rgb(186,36,238); }
td.TdClassName
{
border-color: #BA24EE;
}
.TagClassName
{
border-color: #BA24EE;
}
</style>