Shades of Electric Purple #BA03F2
Tints of Electric Purple #BA03F2
RGB
CMYK
RGB Variations
Color information
#BA03F2 (or 0xBA03F2) is known color: Electric Purple. HEX triplet: BA, 03 and F2. RGB value is (186,3,242). Sum of RGB (Red+Green+Blue) = 186+3+242=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA03F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA03F2 is #45FC0D. Grayscale: #545454. Windows color (decimal): -4586510 or 15860666. OLE color: 15860666.
HSL color Cylindrical-coordinate representation of color #BA03F2: hue angle of 285.94º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA03F2 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 3 | 242 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.05 |
| HSL | 285.94º | 0.98% | 0.48% | - |
| HSV(B) | 285.94º | 0.99% | 0.95% | - |
| XYZ | 36.31 | 16.92 | 85.36 | - |
| YUV | 84.96 | 216.63 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 242 | 0.23 | 0.99 | 0 | 0.05 | 285.94 | 0.98 | 0.48 |
| Hex | BA | 3 | F2 | 17 | 63 | 0 | 5 | 11E | 62 | 30 |
| Octal | 272 | 3 | 362 | 27 | 143 | 0 | 5 | 436 | 142 | 60 |
| Binary | 10111010 | 11 | 11110010 | 10111 | 1100011 | 0 | 101 | 100011110 | 1100010 | 110000 |
Color Harmonies of #BA03F2
Complementary color
Monochromatic Colors of #BA03F2
Black with #BA03F2
Text Example
Text Example
White with #BA03F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03F2; }
p { color: rgb(186,3,242); }
H1.HeaderClassName
{
color: #BA03F2;
}
.AnyTagClassName
{
color: #BA03F2;
}
</style>
background-color css
<style>
a { background-color: #BA03F2; }
a { background-color: rgb(186,3,242); }
div.DivClassName
{
background-color: #BA03F2;
}
.BgClassName
{
background-color: #BA03F2;
}
</style>
border-color css
<style>
span { border-color: #BA03F2; }
span { border-color: rgb(186,3,242); }
td.TdClassName
{
border-color: #BA03F2;
}
.TagClassName
{
border-color: #BA03F2;
}
</style>