Shades of Electric Purple #BA20FF
Tints of Electric Purple #BA20FF
RGB
CMYK
RGB Variations
Color information
#BA20FF (or 0xBA20FF) is known color: Electric Purple. HEX triplet: BA, 20 and FF. RGB value is (186,32,255). Sum of RGB (Red+Green+Blue) = 186+32+255=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA20FF is #45DF00. Grayscale: #666666. Windows color (decimal): -4579073 or 16720058. OLE color: 16720058.
HSL color Cylindrical-coordinate representation of color #BA20FF: hue angle of 281.43º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA20FF is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 32 | 255 | - |
| CMYK | 0.27 | 0.87 | 0 | 0 |
| HSL | 281.44º | 1% | 0.56% | - |
| HSV(B) | 281.44º | 0.87% | 1% | - |
| XYZ | 38.82 | 18.69 | 96.17 | - |
| YUV | 103.47 | 213.52 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 255 | 0.27 | 0.87 | 0 | 0 | 281.44 | 1 | 0.56 |
| Hex | BA | 20 | FF | 1B | 57 | 0 | 0 | 119 | 64 | 38 |
| Octal | 272 | 40 | 377 | 33 | 127 | 0 | 0 | 431 | 144 | 70 |
| Binary | 10111010 | 100000 | 11111111 | 11011 | 1010111 | 0 | 0 | 100011001 | 1100100 | 111000 |
Color Harmonies of #BA20FF
Complementary color
Monochromatic Colors of #BA20FF
Black with #BA20FF
Text Example
Text Example
White with #BA20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20FF; }
p { color: rgb(186,32,255); }
H1.HeaderClassName
{
color: #BA20FF;
}
.AnyTagClassName
{
color: #BA20FF;
}
</style>
background-color css
<style>
a { background-color: #BA20FF; }
a { background-color: rgb(186,32,255); }
div.DivClassName
{
background-color: #BA20FF;
}
.BgClassName
{
background-color: #BA20FF;
}
</style>
border-color css
<style>
span { border-color: #BA20FF; }
span { border-color: rgb(186,32,255); }
td.TdClassName
{
border-color: #BA20FF;
}
.TagClassName
{
border-color: #BA20FF;
}
</style>