Shades of Medium Violet Red #BA0176
Tints of Medium Violet Red #BA0176
RGB
CMYK
RGB Variations
Color information
#BA0176 (or 0xBA0176) is known color: Medium Violet Red. HEX triplet: BA, 01 and 76. RGB value is (186,1,118). Sum of RGB (Red+Green+Blue) = 186+1+118=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0176 is #45FE89. Grayscale: #454545. Windows color (decimal): -4587146 or 7733690. OLE color: 7733690.
HSL color Cylindrical-coordinate representation of color #BA0176: hue angle of 322.05º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0176 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.27 |
| HSL | 322.05º | 0.99% | 0.37% | - |
| HSV(B) | 322.05º | 0.99% | 0.73% | - |
| XYZ | 23.53 | 11.77 | 18.17 | - |
| YUV | 69.65 | 155.29 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 118 | 0 | 0.99 | 0.37 | 0.27 | 322.05 | 0.99 | 0.37 |
| Hex | BA | 1 | 76 | 0 | 63 | 25 | 1B | 142 | 63 | 25 |
| Octal | 272 | 1 | 166 | 0 | 143 | 45 | 33 | 502 | 143 | 45 |
| Binary | 10111010 | 1 | 1110110 | 0 | 1100011 | 100101 | 11011 | 101000010 | 1100011 | 100101 |
Color Harmonies of #BA0176
Complementary color
Monochromatic Colors of #BA0176
Black with #BA0176
Text Example
Text Example
White with #BA0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0176; }
p { color: rgb(186,1,118); }
H1.HeaderClassName
{
color: #BA0176;
}
.AnyTagClassName
{
color: #BA0176;
}
</style>
background-color css
<style>
a { background-color: #BA0176; }
a { background-color: rgb(186,1,118); }
div.DivClassName
{
background-color: #BA0176;
}
.BgClassName
{
background-color: #BA0176;
}
</style>
border-color css
<style>
span { border-color: #BA0176; }
span { border-color: rgb(186,1,118); }
td.TdClassName
{
border-color: #BA0176;
}
.TagClassName
{
border-color: #BA0176;
}
</style>