Shades of Electric Purple #BA11FB
Tints of Electric Purple #BA11FB
RGB
CMYK
RGB Variations
Color information
#BA11FB (or 0xBA11FB) is known color: Electric Purple. HEX triplet: BA, 11 and FB. RGB value is (186,17,251). Sum of RGB (Red+Green+Blue) = 186+17+251=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 17 (7.03% from 255 or 3.74% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA11FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA11FB is #45EE04. Grayscale: #5D5D5D. Windows color (decimal): -4582917 or 16454074. OLE color: 16454074.
HSL color Cylindrical-coordinate representation of color #BA11FB: hue angle of 283.33º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA11FB is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 17 | 251 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.02 |
| HSL | 283.33º | 0.97% | 0.53% | - |
| HSV(B) | 283.33º | 0.93% | 0.98% | - |
| XYZ | 37.86 | 17.81 | 92.71 | - |
| YUV | 94.21 | 216.49 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 251 | 0.26 | 0.93 | 0 | 0.02 | 283.33 | 0.97 | 0.53 |
| Hex | BA | 11 | FB | 1A | 5D | 0 | 2 | 11B | 61 | 35 |
| Octal | 272 | 21 | 373 | 32 | 135 | 0 | 2 | 433 | 141 | 65 |
| Binary | 10111010 | 10001 | 11111011 | 11010 | 1011101 | 0 | 10 | 100011011 | 1100001 | 110101 |
Color Harmonies of #BA11FB
Complementary color
Monochromatic Colors of #BA11FB
Black with #BA11FB
Text Example
Text Example
White with #BA11FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11FB; }
p { color: rgb(186,17,251); }
H1.HeaderClassName
{
color: #BA11FB;
}
.AnyTagClassName
{
color: #BA11FB;
}
</style>
background-color css
<style>
a { background-color: #BA11FB; }
a { background-color: rgb(186,17,251); }
div.DivClassName
{
background-color: #BA11FB;
}
.BgClassName
{
background-color: #BA11FB;
}
</style>
border-color css
<style>
span { border-color: #BA11FB; }
span { border-color: rgb(186,17,251); }
td.TdClassName
{
border-color: #BA11FB;
}
.TagClassName
{
border-color: #BA11FB;
}
</style>