Shades of Deep Magenta #BA16DC
Tints of Deep Magenta #BA16DC
RGB
CMYK
RGB Variations
Color information
#BA16DC (or 0xBA16DC) is known color: Deep Magenta. HEX triplet: BA, 16 and DC. RGB value is (186,22,220). Sum of RGB (Red+Green+Blue) = 186+22+220=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA16DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16DC is #45E923. Grayscale: #5C5C5C. Windows color (decimal): -4581668 or 14423738. OLE color: 14423738.
HSL color Cylindrical-coordinate representation of color #BA16DC: hue angle of 289.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA16DC is Cyan = 0.15, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 22 | 220 | - |
| CMYK | 0.15 | 0.9 | 0 | 0.14 |
| HSL | 289.7º | 0.82% | 0.47% | - |
| HSV(B) | 289.7º | 0.9% | 0.86% | - |
| XYZ | 33.45 | 16.18 | 69.07 | - |
| YUV | 93.61 | 199.33 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 220 | 0.15 | 0.9 | 0 | 0.14 | 289.7 | 0.82 | 0.47 |
| Hex | BA | 16 | DC | F | 5A | 0 | E | 122 | 52 | 2F |
| Octal | 272 | 26 | 334 | 17 | 132 | 0 | 16 | 442 | 122 | 57 |
| Binary | 10111010 | 10110 | 11011100 | 1111 | 1011010 | 0 | 1110 | 100100010 | 1010010 | 101111 |
Color Harmonies of #BA16DC
Complementary color
Monochromatic Colors of #BA16DC
Black with #BA16DC
Text Example
Text Example
White with #BA16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16DC; }
p { color: rgb(186,22,220); }
H1.HeaderClassName
{
color: #BA16DC;
}
.AnyTagClassName
{
color: #BA16DC;
}
</style>
background-color css
<style>
a { background-color: #BA16DC; }
a { background-color: rgb(186,22,220); }
div.DivClassName
{
background-color: #BA16DC;
}
.BgClassName
{
background-color: #BA16DC;
}
</style>
border-color css
<style>
span { border-color: #BA16DC; }
span { border-color: rgb(186,22,220); }
td.TdClassName
{
border-color: #BA16DC;
}
.TagClassName
{
border-color: #BA16DC;
}
</style>