Shades of Electric Purple #BA16FF
Tints of Electric Purple #BA16FF
RGB
CMYK
RGB Variations
Color information
#BA16FF (or 0xBA16FF) is known color: Electric Purple. HEX triplet: BA, 16 and FF. RGB value is (186,22,255). Sum of RGB (Red+Green+Blue) = 186+22+255=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA16FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA16FF is #45E900. Grayscale: #606060. Windows color (decimal): -4581633 or 16717498. OLE color: 16717498.
HSL color Cylindrical-coordinate representation of color #BA16FF: hue angle of 282.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA16FF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 22 | 255 | - |
| CMYK | 0.27 | 0.91 | 0 | 0 |
| HSL | 282.23º | 1% | 0.54% | - |
| HSV(B) | 282.23º | 0.91% | 1% | - |
| XYZ | 38.59 | 18.23 | 96.09 | - |
| YUV | 97.6 | 216.83 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 255 | 0.27 | 0.91 | 0 | 0 | 282.23 | 1 | 0.54 |
| Hex | BA | 16 | FF | 1B | 5B | 0 | 0 | 11A | 64 | 36 |
| Octal | 272 | 26 | 377 | 33 | 133 | 0 | 0 | 432 | 144 | 66 |
| Binary | 10111010 | 10110 | 11111111 | 11011 | 1011011 | 0 | 0 | 100011010 | 1100100 | 110110 |
Color Harmonies of #BA16FF
Complementary color
Monochromatic Colors of #BA16FF
Black with #BA16FF
Text Example
Text Example
White with #BA16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16FF; }
p { color: rgb(186,22,255); }
H1.HeaderClassName
{
color: #BA16FF;
}
.AnyTagClassName
{
color: #BA16FF;
}
</style>
background-color css
<style>
a { background-color: #BA16FF; }
a { background-color: rgb(186,22,255); }
div.DivClassName
{
background-color: #BA16FF;
}
.BgClassName
{
background-color: #BA16FF;
}
</style>
border-color css
<style>
span { border-color: #BA16FF; }
span { border-color: rgb(186,22,255); }
td.TdClassName
{
border-color: #BA16FF;
}
.TagClassName
{
border-color: #BA16FF;
}
</style>