Shades of Electric Purple #BA11FC
Tints of Electric Purple #BA11FC
RGB
CMYK
RGB Variations
Color information
#BA11FC (or 0xBA11FC) is known color: Electric Purple. HEX triplet: BA, 11 and FC. RGB value is (186,17,252). Sum of RGB (Red+Green+Blue) = 186+17+252=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA11FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA11FC is #45EE03. Grayscale: #5D5D5D. Windows color (decimal): -4582916 or 16519610. OLE color: 16519610.
HSL color Cylindrical-coordinate representation of color #BA11FC: hue angle of 283.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA11FC is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 17 | 252 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.01 |
| HSL | 283.15º | 0.98% | 0.53% | - |
| HSV(B) | 283.15º | 0.93% | 0.99% | - |
| XYZ | 38.02 | 17.87 | 93.54 | - |
| YUV | 94.32 | 216.99 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 252 | 0.26 | 0.93 | 0 | 0.01 | 283.15 | 0.98 | 0.53 |
| Hex | BA | 11 | FC | 1A | 5D | 0 | 1 | 11B | 62 | 35 |
| Octal | 272 | 21 | 374 | 32 | 135 | 0 | 1 | 433 | 142 | 65 |
| Binary | 10111010 | 10001 | 11111100 | 11010 | 1011101 | 0 | 1 | 100011011 | 1100010 | 110101 |
Color Harmonies of #BA11FC
Complementary color
Monochromatic Colors of #BA11FC
Black with #BA11FC
Text Example
Text Example
White with #BA11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11FC; }
p { color: rgb(186,17,252); }
H1.HeaderClassName
{
color: #BA11FC;
}
.AnyTagClassName
{
color: #BA11FC;
}
</style>
background-color css
<style>
a { background-color: #BA11FC; }
a { background-color: rgb(186,17,252); }
div.DivClassName
{
background-color: #BA11FC;
}
.BgClassName
{
background-color: #BA11FC;
}
</style>
border-color css
<style>
span { border-color: #BA11FC; }
span { border-color: rgb(186,17,252); }
td.TdClassName
{
border-color: #BA11FC;
}
.TagClassName
{
border-color: #BA11FC;
}
</style>