Shades of Deep Magenta #BA16D7
Tints of Deep Magenta #BA16D7
RGB
CMYK
RGB Variations
Color information
#BA16D7 (or 0xBA16D7) is known color: Deep Magenta. HEX triplet: BA, 16 and D7. RGB value is (186,22,215). Sum of RGB (Red+Green+Blue) = 186+22+215=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA16D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16D7 is #45E928. Grayscale: #5C5C5C. Windows color (decimal): -4581673 or 14096058. OLE color: 14096058.
HSL color Cylindrical-coordinate representation of color #BA16D7: hue angle of 290.98º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA16D7 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 22 | 215 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.16 |
| HSL | 290.98º | 0.81% | 0.46% | - |
| HSV(B) | 290.98º | 0.9% | 0.84% | - |
| XYZ | 32.8 | 15.92 | 65.63 | - |
| YUV | 93.04 | 196.83 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 215 | 0.13 | 0.90 | 0 | 0.16 | 290.98 | 0.81 | 0.46 |
| Hex | BA | 16 | D7 | D | 5A | 0 | 10 | 123 | 51 | 2E |
| Octal | 272 | 26 | 327 | 15 | 132 | 0 | 20 | 443 | 121 | 56 |
| Binary | 10111010 | 10110 | 11010111 | 1101 | 1011010 | 0 | 10000 | 100100011 | 1010001 | 101110 |
Color Harmonies of #BA16D7
Complementary color
Monochromatic Colors of #BA16D7
Black with #BA16D7
Text Example
Text Example
White with #BA16D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16D7; }
p { color: rgb(186,22,215); }
H1.HeaderClassName
{
color: #BA16D7;
}
.AnyTagClassName
{
color: #BA16D7;
}
</style>
background-color css
<style>
a { background-color: #BA16D7; }
a { background-color: rgb(186,22,215); }
div.DivClassName
{
background-color: #BA16D7;
}
.BgClassName
{
background-color: #BA16D7;
}
</style>
border-color css
<style>
span { border-color: #BA16D7; }
span { border-color: rgb(186,22,215); }
td.TdClassName
{
border-color: #BA16D7;
}
.TagClassName
{
border-color: #BA16D7;
}
</style>