Shades of Electric Purple #BA25EE
Tints of Electric Purple #BA25EE
RGB
CMYK
RGB Variations
Color information
#BA25EE (or 0xBA25EE) is known color: Electric Purple. HEX triplet: BA, 25 and EE. RGB value is (186,37,238). Sum of RGB (Red+Green+Blue) = 186+37+238=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA25EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA25EE is #45DA11. Grayscale: #676767. Windows color (decimal): -4577810 or 15607226. OLE color: 15607226.
HSL color Cylindrical-coordinate representation of color #BA25EE: hue angle of 284.48º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA25EE is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 37 | 238 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.07 |
| HSL | 284.48º | 0.86% | 0.54% | - |
| HSV(B) | 284.48º | 0.84% | 0.93% | - |
| XYZ | 36.34 | 17.94 | 82.44 | - |
| YUV | 104.47 | 203.36 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 238 | 0.22 | 0.84 | 0 | 0.07 | 284.48 | 0.86 | 0.54 |
| Hex | BA | 25 | EE | 16 | 54 | 0 | 7 | 11C | 56 | 36 |
| Octal | 272 | 45 | 356 | 26 | 124 | 0 | 7 | 434 | 126 | 66 |
| Binary | 10111010 | 100101 | 11101110 | 10110 | 1010100 | 0 | 111 | 100011100 | 1010110 | 110110 |
Color Harmonies of #BA25EE
Complementary color
Monochromatic Colors of #BA25EE
Black with #BA25EE
Text Example
Text Example
White with #BA25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25EE; }
p { color: rgb(186,37,238); }
H1.HeaderClassName
{
color: #BA25EE;
}
.AnyTagClassName
{
color: #BA25EE;
}
</style>
background-color css
<style>
a { background-color: #BA25EE; }
a { background-color: rgb(186,37,238); }
div.DivClassName
{
background-color: #BA25EE;
}
.BgClassName
{
background-color: #BA25EE;
}
</style>
border-color css
<style>
span { border-color: #BA25EE; }
span { border-color: rgb(186,37,238); }
td.TdClassName
{
border-color: #BA25EE;
}
.TagClassName
{
border-color: #BA25EE;
}
</style>