Shades of Electric Purple #BA16E6
Tints of Electric Purple #BA16E6
RGB
CMYK
RGB Variations
Color information
#BA16E6 (or 0xBA16E6) is known color: Electric Purple. HEX triplet: BA, 16 and E6. RGB value is (186,22,230). Sum of RGB (Red+Green+Blue) = 186+22+230=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA16E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA16E6 is #45E919. Grayscale: #5E5E5E. Windows color (decimal): -4581658 or 15079098. OLE color: 15079098.
HSL color Cylindrical-coordinate representation of color #BA16E6: hue angle of 287.31º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA16E6 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 22 | 230 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.10 |
| HSL | 287.31º | 0.83% | 0.49% | - |
| HSV(B) | 287.31º | 0.9% | 0.9% | - |
| XYZ | 34.82 | 16.73 | 76.26 | - |
| YUV | 94.75 | 204.33 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 230 | 0.19 | 0.90 | 0 | 0.10 | 287.31 | 0.83 | 0.49 |
| Hex | BA | 16 | E6 | 13 | 5A | 0 | A | 11F | 53 | 31 |
| Octal | 272 | 26 | 346 | 23 | 132 | 0 | 12 | 437 | 123 | 61 |
| Binary | 10111010 | 10110 | 11100110 | 10011 | 1011010 | 0 | 1010 | 100011111 | 1010011 | 110001 |
Color Harmonies of #BA16E6
Complementary color
Monochromatic Colors of #BA16E6
Black with #BA16E6
Text Example
Text Example
White with #BA16E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16E6; }
p { color: rgb(186,22,230); }
H1.HeaderClassName
{
color: #BA16E6;
}
.AnyTagClassName
{
color: #BA16E6;
}
</style>
background-color css
<style>
a { background-color: #BA16E6; }
a { background-color: rgb(186,22,230); }
div.DivClassName
{
background-color: #BA16E6;
}
.BgClassName
{
background-color: #BA16E6;
}
</style>
border-color css
<style>
span { border-color: #BA16E6; }
span { border-color: rgb(186,22,230); }
td.TdClassName
{
border-color: #BA16E6;
}
.TagClassName
{
border-color: #BA16E6;
}
</style>