Shades of Electric Purple #BA03FE
Tints of Electric Purple #BA03FE
RGB
CMYK
RGB Variations
Color information
#BA03FE (or 0xBA03FE) is known color: Electric Purple. HEX triplet: BA, 03 and FE. RGB value is (186,3,254). Sum of RGB (Red+Green+Blue) = 186+3+254=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA03FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA03FE is #45FC01. Grayscale: #555555. Windows color (decimal): -4586498 or 16647098. OLE color: 16647098.
HSL color Cylindrical-coordinate representation of color #BA03FE: hue angle of 283.75º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA03FE is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 3 | 254 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.00 |
| HSL | 283.75º | 0.99% | 0.5% | - |
| HSV(B) | 283.75º | 0.99% | 1% | - |
| XYZ | 38.17 | 17.66 | 95.16 | - |
| YUV | 86.33 | 222.63 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 254 | 0.27 | 0.99 | 0 | 0.00 | 283.75 | 0.99 | 0.5 |
| Hex | BA | 3 | FE | 1B | 63 | 0 | 0 | 11C | 63 | 32 |
| Octal | 272 | 3 | 376 | 33 | 143 | 0 | 0 | 434 | 143 | 62 |
| Binary | 10111010 | 11 | 11111110 | 11011 | 1100011 | 0 | 0 | 100011100 | 1100011 | 110010 |
Color Harmonies of #BA03FE
Complementary color
Monochromatic Colors of #BA03FE
Black with #BA03FE
Text Example
Text Example
White with #BA03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03FE; }
p { color: rgb(186,3,254); }
H1.HeaderClassName
{
color: #BA03FE;
}
.AnyTagClassName
{
color: #BA03FE;
}
</style>
background-color css
<style>
a { background-color: #BA03FE; }
a { background-color: rgb(186,3,254); }
div.DivClassName
{
background-color: #BA03FE;
}
.BgClassName
{
background-color: #BA03FE;
}
</style>
border-color css
<style>
span { border-color: #BA03FE; }
span { border-color: rgb(186,3,254); }
td.TdClassName
{
border-color: #BA03FE;
}
.TagClassName
{
border-color: #BA03FE;
}
</style>