Shades of Electric Purple #BA0AF3
Tints of Electric Purple #BA0AF3
RGB
CMYK
RGB Variations
Color information
#BA0AF3 (or 0xBA0AF3) is known color: Electric Purple. HEX triplet: BA, 0A and F3. RGB value is (186,10,243). Sum of RGB (Red+Green+Blue) = 186+10+243=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 243 (95.31% from 255 or 55.35% from 439); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA0AF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0AF3 is #45F50C. Grayscale: #585858. Windows color (decimal): -4584717 or 15927994. OLE color: 15927994.
HSL color Cylindrical-coordinate representation of color #BA0AF3: hue angle of 285.32º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0AF3 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 10 | 243 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.05 |
| HSL | 285.32º | 0.92% | 0.5% | - |
| HSV(B) | 285.32º | 0.96% | 0.95% | - |
| XYZ | 36.54 | 17.13 | 86.17 | - |
| YUV | 89.19 | 214.81 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 243 | 0.23 | 0.96 | 0 | 0.05 | 285.32 | 0.92 | 0.5 |
| Hex | BA | A | F3 | 17 | 60 | 0 | 5 | 11D | 5C | 32 |
| Octal | 272 | 12 | 363 | 27 | 140 | 0 | 5 | 435 | 134 | 62 |
| Binary | 10111010 | 1010 | 11110011 | 10111 | 1100000 | 0 | 101 | 100011101 | 1011100 | 110010 |
Color Harmonies of #BA0AF3
Complementary color
Monochromatic Colors of #BA0AF3
Black with #BA0AF3
Text Example
Text Example
White with #BA0AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0AF3; }
p { color: rgb(186,10,243); }
H1.HeaderClassName
{
color: #BA0AF3;
}
.AnyTagClassName
{
color: #BA0AF3;
}
</style>
background-color css
<style>
a { background-color: #BA0AF3; }
a { background-color: rgb(186,10,243); }
div.DivClassName
{
background-color: #BA0AF3;
}
.BgClassName
{
background-color: #BA0AF3;
}
</style>
border-color css
<style>
span { border-color: #BA0AF3; }
span { border-color: rgb(186,10,243); }
td.TdClassName
{
border-color: #BA0AF3;
}
.TagClassName
{
border-color: #BA0AF3;
}
</style>