Shades of Electric Purple #BA03FC
Tints of Electric Purple #BA03FC
RGB
CMYK
RGB Variations
Color information
#BA03FC (or 0xBA03FC) is known color: Electric Purple. HEX triplet: BA, 03 and FC. RGB value is (186,3,252). Sum of RGB (Red+Green+Blue) = 186+3+252=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA03FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA03FC is #45FC03. Grayscale: #555555. Windows color (decimal): -4586500 or 16516026. OLE color: 16516026.
HSL color Cylindrical-coordinate representation of color #BA03FC: hue angle of 284.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA03FC is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 3 | 252 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.01 |
| HSL | 284.1º | 0.98% | 0.5% | - |
| HSV(B) | 284.1º | 0.99% | 0.99% | - |
| XYZ | 37.85 | 17.53 | 93.48 | - |
| YUV | 86.1 | 221.63 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 252 | 0.26 | 0.99 | 0 | 0.01 | 284.1 | 0.98 | 0.5 |
| Hex | BA | 3 | FC | 1A | 63 | 0 | 1 | 11C | 62 | 32 |
| Octal | 272 | 3 | 374 | 32 | 143 | 0 | 1 | 434 | 142 | 62 |
| Binary | 10111010 | 11 | 11111100 | 11010 | 1100011 | 0 | 1 | 100011100 | 1100010 | 110010 |
Color Harmonies of #BA03FC
Complementary color
Monochromatic Colors of #BA03FC
Black with #BA03FC
Text Example
Text Example
White with #BA03FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03FC; }
p { color: rgb(186,3,252); }
H1.HeaderClassName
{
color: #BA03FC;
}
.AnyTagClassName
{
color: #BA03FC;
}
</style>
background-color css
<style>
a { background-color: #BA03FC; }
a { background-color: rgb(186,3,252); }
div.DivClassName
{
background-color: #BA03FC;
}
.BgClassName
{
background-color: #BA03FC;
}
</style>
border-color css
<style>
span { border-color: #BA03FC; }
span { border-color: rgb(186,3,252); }
td.TdClassName
{
border-color: #BA03FC;
}
.TagClassName
{
border-color: #BA03FC;
}
</style>