Shades of Electric Purple #BA11FF
Tints of Electric Purple #BA11FF
RGB
CMYK
RGB Variations
Color information
#BA11FF (or 0xBA11FF) is known color: Electric Purple. HEX triplet: BA, 11 and FF. RGB value is (186,17,255). Sum of RGB (Red+Green+Blue) = 186+17+255=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA11FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA11FF is #45EE00. Grayscale: #5D5D5D. Windows color (decimal): -4582913 or 16716218. OLE color: 16716218.
HSL color Cylindrical-coordinate representation of color #BA11FF: hue angle of 282.61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA11FF is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 17 | 255 | - |
| CMYK | 0.27 | 0.93 | 0 | 0 |
| HSL | 282.61º | 1% | 0.53% | - |
| HSV(B) | 282.61º | 0.93% | 1% | - |
| XYZ | 38.5 | 18.06 | 96.06 | - |
| YUV | 94.66 | 218.49 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 255 | 0.27 | 0.93 | 0 | 0 | 282.61 | 1 | 0.53 |
| Hex | BA | 11 | FF | 1B | 5D | 0 | 0 | 11B | 64 | 35 |
| Octal | 272 | 21 | 377 | 33 | 135 | 0 | 0 | 433 | 144 | 65 |
| Binary | 10111010 | 10001 | 11111111 | 11011 | 1011101 | 0 | 0 | 100011011 | 1100100 | 110101 |
Color Harmonies of #BA11FF
Complementary color
Monochromatic Colors of #BA11FF
Black with #BA11FF
Text Example
Text Example
White with #BA11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11FF; }
p { color: rgb(186,17,255); }
H1.HeaderClassName
{
color: #BA11FF;
}
.AnyTagClassName
{
color: #BA11FF;
}
</style>
background-color css
<style>
a { background-color: #BA11FF; }
a { background-color: rgb(186,17,255); }
div.DivClassName
{
background-color: #BA11FF;
}
.BgClassName
{
background-color: #BA11FF;
}
</style>
border-color css
<style>
span { border-color: #BA11FF; }
span { border-color: rgb(186,17,255); }
td.TdClassName
{
border-color: #BA11FF;
}
.TagClassName
{
border-color: #BA11FF;
}
</style>