Shades of Electric Purple #BA20F1
Tints of Electric Purple #BA20F1
RGB
CMYK
RGB Variations
Color information
#BA20F1 (or 0xBA20F1) is known color: Electric Purple. HEX triplet: BA, 20 and F1. RGB value is (186,32,241). Sum of RGB (Red+Green+Blue) = 186+32+241=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA20F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA20F1 is #45DF0E. Grayscale: #656565. Windows color (decimal): -4579087 or 15802554. OLE color: 15802554.
HSL color Cylindrical-coordinate representation of color #BA20F1: hue angle of 284.21º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA20F1 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 32 | 241 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.05 |
| HSL | 284.21º | 0.88% | 0.54% | - |
| HSV(B) | 284.21º | 0.87% | 0.95% | - |
| XYZ | 36.64 | 17.82 | 84.73 | - |
| YUV | 101.87 | 206.52 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 241 | 0.23 | 0.87 | 0 | 0.05 | 284.21 | 0.88 | 0.54 |
| Hex | BA | 20 | F1 | 17 | 57 | 0 | 5 | 11C | 58 | 36 |
| Octal | 272 | 40 | 361 | 27 | 127 | 0 | 5 | 434 | 130 | 66 |
| Binary | 10111010 | 100000 | 11110001 | 10111 | 1010111 | 0 | 101 | 100011100 | 1011000 | 110110 |
Color Harmonies of #BA20F1
Complementary color
Monochromatic Colors of #BA20F1
Black with #BA20F1
Text Example
Text Example
White with #BA20F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20F1; }
p { color: rgb(186,32,241); }
H1.HeaderClassName
{
color: #BA20F1;
}
.AnyTagClassName
{
color: #BA20F1;
}
</style>
background-color css
<style>
a { background-color: #BA20F1; }
a { background-color: rgb(186,32,241); }
div.DivClassName
{
background-color: #BA20F1;
}
.BgClassName
{
background-color: #BA20F1;
}
</style>
border-color css
<style>
span { border-color: #BA20F1; }
span { border-color: rgb(186,32,241); }
td.TdClassName
{
border-color: #BA20F1;
}
.TagClassName
{
border-color: #BA20F1;
}
</style>