Shades of Electric Purple #BA1AF9
Tints of Electric Purple #BA1AF9
RGB
CMYK
RGB Variations
Color information
#BA1AF9 (or 0xBA1AF9) is known color: Electric Purple. HEX triplet: BA, 1A and F9. RGB value is (186,26,249). Sum of RGB (Red+Green+Blue) = 186+26+249=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA1AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1AF9 is #45E506. Grayscale: #626262. Windows color (decimal): -4580615 or 16325306. OLE color: 16325306.
HSL color Cylindrical-coordinate representation of color #BA1AF9: hue angle of 283.05º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1AF9 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 26 | 249 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.02 |
| HSL | 283.05º | 0.95% | 0.54% | - |
| HSV(B) | 283.05º | 0.9% | 0.98% | - |
| XYZ | 37.72 | 18.02 | 91.11 | - |
| YUV | 99.26 | 212.51 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 249 | 0.25 | 0.90 | 0 | 0.02 | 283.05 | 0.95 | 0.54 |
| Hex | BA | 1A | F9 | 19 | 5A | 0 | 2 | 11B | 5F | 36 |
| Octal | 272 | 32 | 371 | 31 | 132 | 0 | 2 | 433 | 137 | 66 |
| Binary | 10111010 | 11010 | 11111001 | 11001 | 1011010 | 0 | 10 | 100011011 | 1011111 | 110110 |
Color Harmonies of #BA1AF9
Complementary color
Monochromatic Colors of #BA1AF9
Black with #BA1AF9
Text Example
Text Example
White with #BA1AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1AF9; }
p { color: rgb(186,26,249); }
H1.HeaderClassName
{
color: #BA1AF9;
}
.AnyTagClassName
{
color: #BA1AF9;
}
</style>
background-color css
<style>
a { background-color: #BA1AF9; }
a { background-color: rgb(186,26,249); }
div.DivClassName
{
background-color: #BA1AF9;
}
.BgClassName
{
background-color: #BA1AF9;
}
</style>
border-color css
<style>
span { border-color: #BA1AF9; }
span { border-color: rgb(186,26,249); }
td.TdClassName
{
border-color: #BA1AF9;
}
.TagClassName
{
border-color: #BA1AF9;
}
</style>