Shades of Electric Purple #BA16ED
Tints of Electric Purple #BA16ED
RGB
CMYK
RGB Variations
Color information
#BA16ED (or 0xBA16ED) is known color: Electric Purple. HEX triplet: BA, 16 and ED. RGB value is (186,22,237). Sum of RGB (Red+Green+Blue) = 186+22+237=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA16ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA16ED is #45E912. Grayscale: #5E5E5E. Windows color (decimal): -4581651 or 15537850. OLE color: 15537850.
HSL color Cylindrical-coordinate representation of color #BA16ED: hue angle of 285.77º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA16ED is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 22 | 237 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.07 |
| HSL | 285.77º | 0.86% | 0.51% | - |
| HSV(B) | 285.77º | 0.91% | 0.93% | - |
| XYZ | 35.82 | 17.13 | 81.54 | - |
| YUV | 95.55 | 207.83 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 237 | 0.22 | 0.91 | 0 | 0.07 | 285.77 | 0.86 | 0.51 |
| Hex | BA | 16 | ED | 16 | 5B | 0 | 7 | 11E | 56 | 33 |
| Octal | 272 | 26 | 355 | 26 | 133 | 0 | 7 | 436 | 126 | 63 |
| Binary | 10111010 | 10110 | 11101101 | 10110 | 1011011 | 0 | 111 | 100011110 | 1010110 | 110011 |
Color Harmonies of #BA16ED
Complementary color
Monochromatic Colors of #BA16ED
Black with #BA16ED
Text Example
Text Example
White with #BA16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16ED; }
p { color: rgb(186,22,237); }
H1.HeaderClassName
{
color: #BA16ED;
}
.AnyTagClassName
{
color: #BA16ED;
}
</style>
background-color css
<style>
a { background-color: #BA16ED; }
a { background-color: rgb(186,22,237); }
div.DivClassName
{
background-color: #BA16ED;
}
.BgClassName
{
background-color: #BA16ED;
}
</style>
border-color css
<style>
span { border-color: #BA16ED; }
span { border-color: rgb(186,22,237); }
td.TdClassName
{
border-color: #BA16ED;
}
.TagClassName
{
border-color: #BA16ED;
}
</style>