Shades of Electric Purple #BA20EE
Tints of Electric Purple #BA20EE
RGB
CMYK
RGB Variations
Color information
#BA20EE (or 0xBA20EE) is known color: Electric Purple. HEX triplet: BA, 20 and EE. RGB value is (186,32,238). Sum of RGB (Red+Green+Blue) = 186+32+238=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA20EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA20EE is #45DF11. Grayscale: #646464. Windows color (decimal): -4579090 or 15605946. OLE color: 15605946.
HSL color Cylindrical-coordinate representation of color #BA20EE: hue angle of 284.85º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA20EE is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 32 | 238 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.07 |
| HSL | 284.85º | 0.86% | 0.53% | - |
| HSV(B) | 284.85º | 0.87% | 0.93% | - |
| XYZ | 36.2 | 17.65 | 82.39 | - |
| YUV | 101.53 | 205.02 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 238 | 0.22 | 0.87 | 0 | 0.07 | 284.85 | 0.86 | 0.53 |
| Hex | BA | 20 | EE | 16 | 57 | 0 | 7 | 11D | 56 | 35 |
| Octal | 272 | 40 | 356 | 26 | 127 | 0 | 7 | 435 | 126 | 65 |
| Binary | 10111010 | 100000 | 11101110 | 10110 | 1010111 | 0 | 111 | 100011101 | 1010110 | 110101 |
Color Harmonies of #BA20EE
Complementary color
Monochromatic Colors of #BA20EE
Black with #BA20EE
Text Example
Text Example
White with #BA20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20EE; }
p { color: rgb(186,32,238); }
H1.HeaderClassName
{
color: #BA20EE;
}
.AnyTagClassName
{
color: #BA20EE;
}
</style>
background-color css
<style>
a { background-color: #BA20EE; }
a { background-color: rgb(186,32,238); }
div.DivClassName
{
background-color: #BA20EE;
}
.BgClassName
{
background-color: #BA20EE;
}
</style>
border-color css
<style>
span { border-color: #BA20EE; }
span { border-color: rgb(186,32,238); }
td.TdClassName
{
border-color: #BA20EE;
}
.TagClassName
{
border-color: #BA20EE;
}
</style>