Shades of Medium Violet Red #BA0675
Tints of Medium Violet Red #BA0675
RGB
CMYK
RGB Variations
Color information
#BA0675 (or 0xBA0675) is known color: Medium Violet Red. HEX triplet: BA, 06 and 75. RGB value is (186,6,117). Sum of RGB (Red+Green+Blue) = 186+6+117=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0675 is #45F98A. Grayscale: #484848. Windows color (decimal): -4585867 or 7669434. OLE color: 7669434.
HSL color Cylindrical-coordinate representation of color #BA0675: hue angle of 323º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0675 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.27 |
| HSL | 323º | 0.94% | 0.38% | - |
| HSV(B) | 323º | 0.97% | 0.73% | - |
| XYZ | 23.53 | 11.85 | 17.88 | - |
| YUV | 72.47 | 153.13 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 117 | 0 | 0.97 | 0.37 | 0.27 | 323 | 0.94 | 0.38 |
| Hex | BA | 6 | 75 | 0 | 61 | 25 | 1B | 143 | 5E | 26 |
| Octal | 272 | 6 | 165 | 0 | 141 | 45 | 33 | 503 | 136 | 46 |
| Binary | 10111010 | 110 | 1110101 | 0 | 1100001 | 100101 | 11011 | 101000011 | 1011110 | 100110 |
Color Harmonies of #BA0675
Complementary color
Monochromatic Colors of #BA0675
Black with #BA0675
Text Example
Text Example
White with #BA0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0675; }
p { color: rgb(186,6,117); }
H1.HeaderClassName
{
color: #BA0675;
}
.AnyTagClassName
{
color: #BA0675;
}
</style>
background-color css
<style>
a { background-color: #BA0675; }
a { background-color: rgb(186,6,117); }
div.DivClassName
{
background-color: #BA0675;
}
.BgClassName
{
background-color: #BA0675;
}
</style>
border-color css
<style>
span { border-color: #BA0675; }
span { border-color: rgb(186,6,117); }
td.TdClassName
{
border-color: #BA0675;
}
.TagClassName
{
border-color: #BA0675;
}
</style>