Shades of Electric Purple #BA0AFC
Tints of Electric Purple #BA0AFC
RGB
CMYK
RGB Variations
Color information
#BA0AFC (or 0xBA0AFC) is known color: Electric Purple. HEX triplet: BA, 0A and FC. RGB value is (186,10,252). Sum of RGB (Red+Green+Blue) = 186+10+252=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA0AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0AFC is #45F503. Grayscale: #595959. Windows color (decimal): -4584708 or 16517818. OLE color: 16517818.
HSL color Cylindrical-coordinate representation of color #BA0AFC: hue angle of 283.64º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0AFC is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 10 | 252 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.01 |
| HSL | 283.64º | 0.98% | 0.51% | - |
| HSV(B) | 283.64º | 0.96% | 0.99% | - |
| XYZ | 37.93 | 17.68 | 93.51 | - |
| YUV | 90.21 | 219.31 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 252 | 0.26 | 0.96 | 0 | 0.01 | 283.64 | 0.98 | 0.51 |
| Hex | BA | A | FC | 1A | 60 | 0 | 1 | 11C | 62 | 33 |
| Octal | 272 | 12 | 374 | 32 | 140 | 0 | 1 | 434 | 142 | 63 |
| Binary | 10111010 | 1010 | 11111100 | 11010 | 1100000 | 0 | 1 | 100011100 | 1100010 | 110011 |
Color Harmonies of #BA0AFC
Complementary color
Monochromatic Colors of #BA0AFC
Black with #BA0AFC
Text Example
Text Example
White with #BA0AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0AFC; }
p { color: rgb(186,10,252); }
H1.HeaderClassName
{
color: #BA0AFC;
}
.AnyTagClassName
{
color: #BA0AFC;
}
</style>
background-color css
<style>
a { background-color: #BA0AFC; }
a { background-color: rgb(186,10,252); }
div.DivClassName
{
background-color: #BA0AFC;
}
.BgClassName
{
background-color: #BA0AFC;
}
</style>
border-color css
<style>
span { border-color: #BA0AFC; }
span { border-color: rgb(186,10,252); }
td.TdClassName
{
border-color: #BA0AFC;
}
.TagClassName
{
border-color: #BA0AFC;
}
</style>