Shades of Medium Violet Red #BA0799
Tints of Medium Violet Red #BA0799
RGB
CMYK
RGB Variations
Color information
#BA0799 (or 0xBA0799) is known color: Medium Violet Red. HEX triplet: BA, 07 and 99. RGB value is (186,7,153). Sum of RGB (Red+Green+Blue) = 186+7+153=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0799 is #45F866. Grayscale: #4C4C4C. Windows color (decimal): -4585575 or 10028986. OLE color: 10028986.
HSL color Cylindrical-coordinate representation of color #BA0799: hue angle of 311.06º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0799 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 153 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.27 |
| HSL | 311.06º | 0.93% | 0.38% | - |
| HSV(B) | 311.06º | 0.96% | 0.73% | - |
| XYZ | 26.08 | 12.89 | 31.25 | - |
| YUV | 77.17 | 170.8 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 153 | 0 | 0.96 | 0.18 | 0.27 | 311.06 | 0.93 | 0.38 |
| Hex | BA | 7 | 99 | 0 | 60 | 12 | 1B | 137 | 5D | 26 |
| Octal | 272 | 7 | 231 | 0 | 140 | 22 | 33 | 467 | 135 | 46 |
| Binary | 10111010 | 111 | 10011001 | 0 | 1100000 | 10010 | 11011 | 100110111 | 1011101 | 100110 |
Color Harmonies of #BA0799
Complementary color
Monochromatic Colors of #BA0799
Black with #BA0799
Text Example
Text Example
White with #BA0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0799; }
p { color: rgb(186,7,153); }
H1.HeaderClassName
{
color: #BA0799;
}
.AnyTagClassName
{
color: #BA0799;
}
</style>
background-color css
<style>
a { background-color: #BA0799; }
a { background-color: rgb(186,7,153); }
div.DivClassName
{
background-color: #BA0799;
}
.BgClassName
{
background-color: #BA0799;
}
</style>
border-color css
<style>
span { border-color: #BA0799; }
span { border-color: rgb(186,7,153); }
td.TdClassName
{
border-color: #BA0799;
}
.TagClassName
{
border-color: #BA0799;
}
</style>