Shades of Medium Violet Red #BA0673
Tints of Medium Violet Red #BA0673
RGB
CMYK
RGB Variations
Color information
#BA0673 (or 0xBA0673) is known color: Medium Violet Red. HEX triplet: BA, 06 and 73. RGB value is (186,6,115). Sum of RGB (Red+Green+Blue) = 186+6+115=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0673 is #45F98C. Grayscale: #474747. Windows color (decimal): -4585869 or 7538362. OLE color: 7538362.
HSL color Cylindrical-coordinate representation of color #BA0673: hue angle of 323.67º 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 #BA0673 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 115 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.27 |
| HSL | 323.67º | 0.94% | 0.38% | - |
| HSV(B) | 323.67º | 0.97% | 0.73% | - |
| XYZ | 23.41 | 11.81 | 17.26 | - |
| YUV | 72.25 | 152.13 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 115 | 0 | 0.97 | 0.38 | 0.27 | 323.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 73 | 0 | 61 | 26 | 1B | 144 | 5E | 26 |
| Octal | 272 | 6 | 163 | 0 | 141 | 46 | 33 | 504 | 136 | 46 |
| Binary | 10111010 | 110 | 1110011 | 0 | 1100001 | 100110 | 11011 | 101000100 | 1011110 | 100110 |
Color Harmonies of #BA0673
Complementary color
Monochromatic Colors of #BA0673
Black with #BA0673
Text Example
Text Example
White with #BA0673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0673; }
p { color: rgb(186,6,115); }
H1.HeaderClassName
{
color: #BA0673;
}
.AnyTagClassName
{
color: #BA0673;
}
</style>
background-color css
<style>
a { background-color: #BA0673; }
a { background-color: rgb(186,6,115); }
div.DivClassName
{
background-color: #BA0673;
}
.BgClassName
{
background-color: #BA0673;
}
</style>
border-color css
<style>
span { border-color: #BA0673; }
span { border-color: rgb(186,6,115); }
td.TdClassName
{
border-color: #BA0673;
}
.TagClassName
{
border-color: #BA0673;
}
</style>