Shades of Electric Purple #BA0AFB
Tints of Electric Purple #BA0AFB
RGB
CMYK
RGB Variations
Color information
#BA0AFB (or 0xBA0AFB) is known color: Electric Purple. HEX triplet: BA, 0A and FB. RGB value is (186,10,251). Sum of RGB (Red+Green+Blue) = 186+10+251=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA0AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0AFB is #45F504. Grayscale: #595959. Windows color (decimal): -4584709 or 16452282. OLE color: 16452282.
HSL color Cylindrical-coordinate representation of color #BA0AFB: hue angle of 283.82º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0AFB is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 10 | 251 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.02 |
| HSL | 283.82º | 0.97% | 0.51% | - |
| HSV(B) | 283.82º | 0.96% | 0.98% | - |
| XYZ | 37.77 | 17.62 | 92.68 | - |
| YUV | 90.1 | 218.81 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 251 | 0.26 | 0.96 | 0 | 0.02 | 283.82 | 0.97 | 0.51 |
| Hex | BA | A | FB | 1A | 60 | 0 | 2 | 11C | 61 | 33 |
| Octal | 272 | 12 | 373 | 32 | 140 | 0 | 2 | 434 | 141 | 63 |
| Binary | 10111010 | 1010 | 11111011 | 11010 | 1100000 | 0 | 10 | 100011100 | 1100001 | 110011 |
Color Harmonies of #BA0AFB
Complementary color
Monochromatic Colors of #BA0AFB
Black with #BA0AFB
Text Example
Text Example
White with #BA0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0AFB; }
p { color: rgb(186,10,251); }
H1.HeaderClassName
{
color: #BA0AFB;
}
.AnyTagClassName
{
color: #BA0AFB;
}
</style>
background-color css
<style>
a { background-color: #BA0AFB; }
a { background-color: rgb(186,10,251); }
div.DivClassName
{
background-color: #BA0AFB;
}
.BgClassName
{
background-color: #BA0AFB;
}
</style>
border-color css
<style>
span { border-color: #BA0AFB; }
span { border-color: rgb(186,10,251); }
td.TdClassName
{
border-color: #BA0AFB;
}
.TagClassName
{
border-color: #BA0AFB;
}
</style>