Shades of Electric Purple #BA03FA
Tints of Electric Purple #BA03FA
RGB
CMYK
RGB Variations
Color information
#BA03FA (or 0xBA03FA) is known color: Electric Purple. HEX triplet: BA, 03 and FA. RGB value is (186,3,250). Sum of RGB (Red+Green+Blue) = 186+3+250=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA03FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA03FA is #45FC05. Grayscale: #555555. Windows color (decimal): -4586502 or 16384954. OLE color: 16384954.
HSL color Cylindrical-coordinate representation of color #BA03FA: hue angle of 284.45º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA03FA is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 3 | 250 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.02 |
| HSL | 284.45º | 0.98% | 0.5% | - |
| HSV(B) | 284.45º | 0.99% | 0.98% | - |
| XYZ | 37.54 | 17.41 | 91.82 | - |
| YUV | 85.88 | 220.63 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 250 | 0.26 | 0.99 | 0 | 0.02 | 284.45 | 0.98 | 0.5 |
| Hex | BA | 3 | FA | 1A | 63 | 0 | 2 | 11C | 62 | 32 |
| Octal | 272 | 3 | 372 | 32 | 143 | 0 | 2 | 434 | 142 | 62 |
| Binary | 10111010 | 11 | 11111010 | 11010 | 1100011 | 0 | 10 | 100011100 | 1100010 | 110010 |
Color Harmonies of #BA03FA
Complementary color
Monochromatic Colors of #BA03FA
Black with #BA03FA
Text Example
Text Example
White with #BA03FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03FA; }
p { color: rgb(186,3,250); }
H1.HeaderClassName
{
color: #BA03FA;
}
.AnyTagClassName
{
color: #BA03FA;
}
</style>
background-color css
<style>
a { background-color: #BA03FA; }
a { background-color: rgb(186,3,250); }
div.DivClassName
{
background-color: #BA03FA;
}
.BgClassName
{
background-color: #BA03FA;
}
</style>
border-color css
<style>
span { border-color: #BA03FA; }
span { border-color: rgb(186,3,250); }
td.TdClassName
{
border-color: #BA03FA;
}
.TagClassName
{
border-color: #BA03FA;
}
</style>