Shades of Electric Purple #BA16F0
Tints of Electric Purple #BA16F0
RGB
CMYK
RGB Variations
Color information
#BA16F0 (or 0xBA16F0) is known color: Electric Purple. HEX triplet: BA, 16 and F0. RGB value is (186,22,240). Sum of RGB (Red+Green+Blue) = 186+22+240=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA16F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA16F0 is #45E90F. Grayscale: #5F5F5F. Windows color (decimal): -4581648 or 15734458. OLE color: 15734458.
HSL color Cylindrical-coordinate representation of color #BA16F0: hue angle of 285.14º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA16F0 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 22 | 240 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.06 |
| HSL | 285.14º | 0.88% | 0.51% | - |
| HSV(B) | 285.14º | 0.91% | 0.94% | - |
| XYZ | 36.26 | 17.3 | 83.87 | - |
| YUV | 95.89 | 209.33 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 240 | 0.22 | 0.91 | 0 | 0.06 | 285.14 | 0.88 | 0.51 |
| Hex | BA | 16 | F0 | 16 | 5B | 0 | 6 | 11D | 58 | 33 |
| Octal | 272 | 26 | 360 | 26 | 133 | 0 | 6 | 435 | 130 | 63 |
| Binary | 10111010 | 10110 | 11110000 | 10110 | 1011011 | 0 | 110 | 100011101 | 1011000 | 110011 |
Color Harmonies of #BA16F0
Complementary color
Monochromatic Colors of #BA16F0
Black with #BA16F0
Text Example
Text Example
White with #BA16F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16F0; }
p { color: rgb(186,22,240); }
H1.HeaderClassName
{
color: #BA16F0;
}
.AnyTagClassName
{
color: #BA16F0;
}
</style>
background-color css
<style>
a { background-color: #BA16F0; }
a { background-color: rgb(186,22,240); }
div.DivClassName
{
background-color: #BA16F0;
}
.BgClassName
{
background-color: #BA16F0;
}
</style>
border-color css
<style>
span { border-color: #BA16F0; }
span { border-color: rgb(186,22,240); }
td.TdClassName
{
border-color: #BA16F0;
}
.TagClassName
{
border-color: #BA16F0;
}
</style>