Shades of Electric Purple #BA1AF6
Tints of Electric Purple #BA1AF6
RGB
CMYK
RGB Variations
Color information
#BA1AF6 (or 0xBA1AF6) is known color: Electric Purple. HEX triplet: BA, 1A and F6. RGB value is (186,26,246). Sum of RGB (Red+Green+Blue) = 186+26+246=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA1AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1AF6 is #45E509. Grayscale: #626262. Windows color (decimal): -4580618 or 16128698. OLE color: 16128698.
HSL color Cylindrical-coordinate representation of color #BA1AF6: hue angle of 283.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1AF6 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 26 | 246 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.04 |
| HSL | 283.64º | 0.92% | 0.53% | - |
| HSV(B) | 283.64º | 0.89% | 0.96% | - |
| XYZ | 37.25 | 17.83 | 88.67 | - |
| YUV | 98.92 | 211.01 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 246 | 0.24 | 0.89 | 0 | 0.04 | 283.64 | 0.92 | 0.53 |
| Hex | BA | 1A | F6 | 18 | 59 | 0 | 4 | 11C | 5C | 35 |
| Octal | 272 | 32 | 366 | 30 | 131 | 0 | 4 | 434 | 134 | 65 |
| Binary | 10111010 | 11010 | 11110110 | 11000 | 1011001 | 0 | 100 | 100011100 | 1011100 | 110101 |
Color Harmonies of #BA1AF6
Complementary color
Monochromatic Colors of #BA1AF6
Black with #BA1AF6
Text Example
Text Example
White with #BA1AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1AF6; }
p { color: rgb(186,26,246); }
H1.HeaderClassName
{
color: #BA1AF6;
}
.AnyTagClassName
{
color: #BA1AF6;
}
</style>
background-color css
<style>
a { background-color: #BA1AF6; }
a { background-color: rgb(186,26,246); }
div.DivClassName
{
background-color: #BA1AF6;
}
.BgClassName
{
background-color: #BA1AF6;
}
</style>
border-color css
<style>
span { border-color: #BA1AF6; }
span { border-color: rgb(186,26,246); }
td.TdClassName
{
border-color: #BA1AF6;
}
.TagClassName
{
border-color: #BA1AF6;
}
</style>