Shades of Electric Purple #BA20E6
Tints of Electric Purple #BA20E6
RGB
CMYK
RGB Variations
Color information
#BA20E6 (or 0xBA20E6) is known color: Electric Purple. HEX triplet: BA, 20 and E6. RGB value is (186,32,230). Sum of RGB (Red+Green+Blue) = 186+32+230=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA20E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA20E6 is #45DF19. Grayscale: #636363. Windows color (decimal): -4579098 or 15081658. OLE color: 15081658.
HSL color Cylindrical-coordinate representation of color #BA20E6: hue angle of 286.67º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA20E6 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 32 | 230 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.10 |
| HSL | 286.67º | 0.8% | 0.51% | - |
| HSV(B) | 286.67º | 0.86% | 0.9% | - |
| XYZ | 35.05 | 17.19 | 76.33 | - |
| YUV | 100.62 | 201.02 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 230 | 0.19 | 0.86 | 0 | 0.10 | 286.67 | 0.8 | 0.51 |
| Hex | BA | 20 | E6 | 13 | 56 | 0 | A | 11F | 50 | 33 |
| Octal | 272 | 40 | 346 | 23 | 126 | 0 | 12 | 437 | 120 | 63 |
| Binary | 10111010 | 100000 | 11100110 | 10011 | 1010110 | 0 | 1010 | 100011111 | 1010000 | 110011 |
Color Harmonies of #BA20E6
Complementary color
Monochromatic Colors of #BA20E6
Black with #BA20E6
Text Example
Text Example
White with #BA20E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20E6; }
p { color: rgb(186,32,230); }
H1.HeaderClassName
{
color: #BA20E6;
}
.AnyTagClassName
{
color: #BA20E6;
}
</style>
background-color css
<style>
a { background-color: #BA20E6; }
a { background-color: rgb(186,32,230); }
div.DivClassName
{
background-color: #BA20E6;
}
.BgClassName
{
background-color: #BA20E6;
}
</style>
border-color css
<style>
span { border-color: #BA20E6; }
span { border-color: rgb(186,32,230); }
td.TdClassName
{
border-color: #BA20E6;
}
.TagClassName
{
border-color: #BA20E6;
}
</style>