Shades of Deep Magenta #BA0BC6
Tints of Deep Magenta #BA0BC6
RGB
CMYK
RGB Variations
Color information
#BA0BC6 (or 0xBA0BC6) is known color: Deep Magenta. HEX triplet: BA, 0B and C6. RGB value is (186,11,198). Sum of RGB (Red+Green+Blue) = 186+11+198=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA0BC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BC6 is #45F439. Grayscale: #545454. Windows color (decimal): -4584506 or 12979130. OLE color: 12979130.
HSL color Cylindrical-coordinate representation of color #BA0BC6: hue angle of 296.15º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0BC6 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 11 | 198 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.22 |
| HSL | 296.15º | 0.89% | 0.41% | - |
| HSV(B) | 296.15º | 0.94% | 0.78% | - |
| XYZ | 30.56 | 14.76 | 54.66 | - |
| YUV | 84.64 | 191.98 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 198 | 0.06 | 0.94 | 0 | 0.22 | 296.15 | 0.89 | 0.41 |
| Hex | BA | B | C6 | 6 | 5E | 0 | 16 | 128 | 59 | 29 |
| Octal | 272 | 13 | 306 | 6 | 136 | 0 | 26 | 450 | 131 | 51 |
| Binary | 10111010 | 1011 | 11000110 | 110 | 1011110 | 0 | 10110 | 100101000 | 1011001 | 101001 |
Color Harmonies of #BA0BC6
Complementary color
Monochromatic Colors of #BA0BC6
Black with #BA0BC6
Text Example
Text Example
White with #BA0BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BC6; }
p { color: rgb(186,11,198); }
H1.HeaderClassName
{
color: #BA0BC6;
}
.AnyTagClassName
{
color: #BA0BC6;
}
</style>
background-color css
<style>
a { background-color: #BA0BC6; }
a { background-color: rgb(186,11,198); }
div.DivClassName
{
background-color: #BA0BC6;
}
.BgClassName
{
background-color: #BA0BC6;
}
</style>
border-color css
<style>
span { border-color: #BA0BC6; }
span { border-color: rgb(186,11,198); }
td.TdClassName
{
border-color: #BA0BC6;
}
.TagClassName
{
border-color: #BA0BC6;
}
</style>