Shades of Electric Purple #BA21EE
Tints of Electric Purple #BA21EE
RGB
CMYK
RGB Variations
Color information
#BA21EE (or 0xBA21EE) is known color: Electric Purple. HEX triplet: BA, 21 and EE. RGB value is (186,33,238). Sum of RGB (Red+Green+Blue) = 186+33+238=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA21EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA21EE is #45DE11. Grayscale: #656565. Windows color (decimal): -4578834 or 15606202. OLE color: 15606202.
HSL color Cylindrical-coordinate representation of color #BA21EE: hue angle of 284.78º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA21EE is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 33 | 238 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.07 |
| HSL | 284.78º | 0.86% | 0.53% | - |
| HSV(B) | 284.78º | 0.86% | 0.93% | - |
| XYZ | 36.23 | 17.7 | 82.4 | - |
| YUV | 102.12 | 204.69 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 238 | 0.22 | 0.86 | 0 | 0.07 | 284.78 | 0.86 | 0.53 |
| Hex | BA | 21 | EE | 16 | 56 | 0 | 7 | 11D | 56 | 35 |
| Octal | 272 | 41 | 356 | 26 | 126 | 0 | 7 | 435 | 126 | 65 |
| Binary | 10111010 | 100001 | 11101110 | 10110 | 1010110 | 0 | 111 | 100011101 | 1010110 | 110101 |
Color Harmonies of #BA21EE
Complementary color
Monochromatic Colors of #BA21EE
Black with #BA21EE
Text Example
Text Example
White with #BA21EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21EE; }
p { color: rgb(186,33,238); }
H1.HeaderClassName
{
color: #BA21EE;
}
.AnyTagClassName
{
color: #BA21EE;
}
</style>
background-color css
<style>
a { background-color: #BA21EE; }
a { background-color: rgb(186,33,238); }
div.DivClassName
{
background-color: #BA21EE;
}
.BgClassName
{
background-color: #BA21EE;
}
</style>
border-color css
<style>
span { border-color: #BA21EE; }
span { border-color: rgb(186,33,238); }
td.TdClassName
{
border-color: #BA21EE;
}
.TagClassName
{
border-color: #BA21EE;
}
</style>