Shades of Medium Violet Red #BA0996
Tints of Medium Violet Red #BA0996
RGB
CMYK
RGB Variations
Color information
#BA0996 (or 0xBA0996) is known color: Medium Violet Red. HEX triplet: BA, 09 and 96. RGB value is (186,9,150). Sum of RGB (Red+Green+Blue) = 186+9+150=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0996 is #45F669. Grayscale: #4D4D4D. Windows color (decimal): -4585066 or 9832890. OLE color: 9832890.
HSL color Cylindrical-coordinate representation of color #BA0996: hue angle of 312.2º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0996 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 150 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.27 |
| HSL | 312.2º | 0.91% | 0.38% | - |
| HSV(B) | 312.2º | 0.95% | 0.73% | - |
| XYZ | 25.85 | 12.84 | 29.97 | - |
| YUV | 78 | 168.64 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 150 | 0 | 0.95 | 0.19 | 0.27 | 312.2 | 0.91 | 0.38 |
| Hex | BA | 9 | 96 | 0 | 5F | 13 | 1B | 138 | 5B | 26 |
| Octal | 272 | 11 | 226 | 0 | 137 | 23 | 33 | 470 | 133 | 46 |
| Binary | 10111010 | 1001 | 10010110 | 0 | 1011111 | 10011 | 11011 | 100111000 | 1011011 | 100110 |
Color Harmonies of #BA0996
Complementary color
Monochromatic Colors of #BA0996
Black with #BA0996
Text Example
Text Example
White with #BA0996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0996; }
p { color: rgb(186,9,150); }
H1.HeaderClassName
{
color: #BA0996;
}
.AnyTagClassName
{
color: #BA0996;
}
</style>
background-color css
<style>
a { background-color: #BA0996; }
a { background-color: rgb(186,9,150); }
div.DivClassName
{
background-color: #BA0996;
}
.BgClassName
{
background-color: #BA0996;
}
</style>
border-color css
<style>
span { border-color: #BA0996; }
span { border-color: rgb(186,9,150); }
td.TdClassName
{
border-color: #BA0996;
}
.TagClassName
{
border-color: #BA0996;
}
</style>