Shades of Electric Purple #BA05FC
Tints of Electric Purple #BA05FC
RGB
CMYK
RGB Variations
Color information
#BA05FC (or 0xBA05FC) is known color: Electric Purple. HEX triplet: BA, 05 and FC. RGB value is (186,5,252). Sum of RGB (Red+Green+Blue) = 186+5+252=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA05FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA05FC is #45FA03. Grayscale: #565656. Windows color (decimal): -4585988 or 16516538. OLE color: 16516538.
HSL color Cylindrical-coordinate representation of color #BA05FC: hue angle of 283.97º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA05FC is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 5 | 252 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.01 |
| HSL | 283.97º | 0.98% | 0.5% | - |
| HSV(B) | 283.97º | 0.98% | 0.99% | - |
| XYZ | 37.87 | 17.58 | 93.49 | - |
| YUV | 87.28 | 220.97 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 252 | 0.26 | 0.98 | 0 | 0.01 | 283.97 | 0.98 | 0.5 |
| Hex | BA | 5 | FC | 1A | 62 | 0 | 1 | 11C | 62 | 32 |
| Octal | 272 | 5 | 374 | 32 | 142 | 0 | 1 | 434 | 142 | 62 |
| Binary | 10111010 | 101 | 11111100 | 11010 | 1100010 | 0 | 1 | 100011100 | 1100010 | 110010 |
Color Harmonies of #BA05FC
Complementary color
Monochromatic Colors of #BA05FC
Black with #BA05FC
Text Example
Text Example
White with #BA05FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05FC; }
p { color: rgb(186,5,252); }
H1.HeaderClassName
{
color: #BA05FC;
}
.AnyTagClassName
{
color: #BA05FC;
}
</style>
background-color css
<style>
a { background-color: #BA05FC; }
a { background-color: rgb(186,5,252); }
div.DivClassName
{
background-color: #BA05FC;
}
.BgClassName
{
background-color: #BA05FC;
}
</style>
border-color css
<style>
span { border-color: #BA05FC; }
span { border-color: rgb(186,5,252); }
td.TdClassName
{
border-color: #BA05FC;
}
.TagClassName
{
border-color: #BA05FC;
}
</style>