Shades of Deep Magenta #BA16C6
Tints of Deep Magenta #BA16C6
RGB
CMYK
RGB Variations
Color information
#BA16C6 (or 0xBA16C6) is known color: Deep Magenta. HEX triplet: BA, 16 and C6. RGB value is (186,22,198). Sum of RGB (Red+Green+Blue) = 186+22+198=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA16C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16C6 is #45E939. Grayscale: #5A5A5A. Windows color (decimal): -4581690 or 12981946. OLE color: 12981946.
HSL color Cylindrical-coordinate representation of color #BA16C6: hue angle of 295.91º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA16C6 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 22 | 198 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.22 |
| HSL | 295.91º | 0.8% | 0.43% | - |
| HSV(B) | 295.91º | 0.89% | 0.78% | - |
| XYZ | 30.73 | 15.09 | 54.72 | - |
| YUV | 91.1 | 188.33 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 198 | 0.06 | 0.89 | 0 | 0.22 | 295.91 | 0.8 | 0.43 |
| Hex | BA | 16 | C6 | 6 | 59 | 0 | 16 | 128 | 50 | 2B |
| Octal | 272 | 26 | 306 | 6 | 131 | 0 | 26 | 450 | 120 | 53 |
| Binary | 10111010 | 10110 | 11000110 | 110 | 1011001 | 0 | 10110 | 100101000 | 1010000 | 101011 |
Color Harmonies of #BA16C6
Complementary color
Monochromatic Colors of #BA16C6
Black with #BA16C6
Text Example
Text Example
White with #BA16C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16C6; }
p { color: rgb(186,22,198); }
H1.HeaderClassName
{
color: #BA16C6;
}
.AnyTagClassName
{
color: #BA16C6;
}
</style>
background-color css
<style>
a { background-color: #BA16C6; }
a { background-color: rgb(186,22,198); }
div.DivClassName
{
background-color: #BA16C6;
}
.BgClassName
{
background-color: #BA16C6;
}
</style>
border-color css
<style>
span { border-color: #BA16C6; }
span { border-color: rgb(186,22,198); }
td.TdClassName
{
border-color: #BA16C6;
}
.TagClassName
{
border-color: #BA16C6;
}
</style>