Shades of Electric Purple #BA0AF6
Tints of Electric Purple #BA0AF6
RGB
CMYK
RGB Variations
Color information
#BA0AF6 (or 0xBA0AF6) is known color: Electric Purple. HEX triplet: BA, 0A and F6. RGB value is (186,10,246). Sum of RGB (Red+Green+Blue) = 186+10+246=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA0AF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0AF6 is #45F509. Grayscale: #585858. Windows color (decimal): -4584714 or 16124602. OLE color: 16124602.
HSL color Cylindrical-coordinate representation of color #BA0AF6: hue angle of 284.75º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0AF6 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 10 | 246 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.04 |
| HSL | 284.75º | 0.93% | 0.5% | - |
| HSV(B) | 284.75º | 0.96% | 0.96% | - |
| XYZ | 36.99 | 17.31 | 88.58 | - |
| YUV | 89.53 | 216.31 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 246 | 0.24 | 0.96 | 0 | 0.04 | 284.75 | 0.93 | 0.5 |
| Hex | BA | A | F6 | 18 | 60 | 0 | 4 | 11D | 5D | 32 |
| Octal | 272 | 12 | 366 | 30 | 140 | 0 | 4 | 435 | 135 | 62 |
| Binary | 10111010 | 1010 | 11110110 | 11000 | 1100000 | 0 | 100 | 100011101 | 1011101 | 110010 |
Color Harmonies of #BA0AF6
Complementary color
Monochromatic Colors of #BA0AF6
Black with #BA0AF6
Text Example
Text Example
White with #BA0AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0AF6; }
p { color: rgb(186,10,246); }
H1.HeaderClassName
{
color: #BA0AF6;
}
.AnyTagClassName
{
color: #BA0AF6;
}
</style>
background-color css
<style>
a { background-color: #BA0AF6; }
a { background-color: rgb(186,10,246); }
div.DivClassName
{
background-color: #BA0AF6;
}
.BgClassName
{
background-color: #BA0AF6;
}
</style>
border-color css
<style>
span { border-color: #BA0AF6; }
span { border-color: rgb(186,10,246); }
td.TdClassName
{
border-color: #BA0AF6;
}
.TagClassName
{
border-color: #BA0AF6;
}
</style>