Shades of Electric Purple #BA0AFD
Tints of Electric Purple #BA0AFD
RGB
CMYK
RGB Variations
Color information
#BA0AFD (or 0xBA0AFD) is known color: Electric Purple. HEX triplet: BA, 0A and FD. RGB value is (186,10,253). Sum of RGB (Red+Green+Blue) = 186+10+253=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA0AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0AFD is #45F502. Grayscale: #595959. Windows color (decimal): -4584707 or 16583354. OLE color: 16583354.
HSL color Cylindrical-coordinate representation of color #BA0AFD: hue angle of 283.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0AFD is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 10 | 253 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.01 |
| HSL | 283.46º | 0.98% | 0.52% | - |
| HSV(B) | 283.46º | 0.96% | 0.99% | - |
| XYZ | 38.09 | 17.75 | 94.35 | - |
| YUV | 90.33 | 219.81 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 253 | 0.26 | 0.96 | 0 | 0.01 | 283.46 | 0.98 | 0.52 |
| Hex | BA | A | FD | 1A | 60 | 0 | 1 | 11B | 62 | 34 |
| Octal | 272 | 12 | 375 | 32 | 140 | 0 | 1 | 433 | 142 | 64 |
| Binary | 10111010 | 1010 | 11111101 | 11010 | 1100000 | 0 | 1 | 100011011 | 1100010 | 110100 |
Color Harmonies of #BA0AFD
Complementary color
Monochromatic Colors of #BA0AFD
Black with #BA0AFD
Text Example
Text Example
White with #BA0AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0AFD; }
p { color: rgb(186,10,253); }
H1.HeaderClassName
{
color: #BA0AFD;
}
.AnyTagClassName
{
color: #BA0AFD;
}
</style>
background-color css
<style>
a { background-color: #BA0AFD; }
a { background-color: rgb(186,10,253); }
div.DivClassName
{
background-color: #BA0AFD;
}
.BgClassName
{
background-color: #BA0AFD;
}
</style>
border-color css
<style>
span { border-color: #BA0AFD; }
span { border-color: rgb(186,10,253); }
td.TdClassName
{
border-color: #BA0AFD;
}
.TagClassName
{
border-color: #BA0AFD;
}
</style>