Shades of Medium Violet Red #BA0175
Tints of Medium Violet Red #BA0175
RGB
CMYK
RGB Variations
Color information
#BA0175 (or 0xBA0175) is known color: Medium Violet Red. HEX triplet: BA, 01 and 75. RGB value is (186,1,117). Sum of RGB (Red+Green+Blue) = 186+1+117=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0175 is #45FE8A. Grayscale: #454545. Windows color (decimal): -4587147 or 7668154. OLE color: 7668154.
HSL color Cylindrical-coordinate representation of color #BA0175: hue angle of 322.38º 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 #BA0175 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.27 |
| HSL | 322.38º | 0.99% | 0.37% | - |
| HSV(B) | 322.38º | 0.99% | 0.73% | - |
| XYZ | 23.47 | 11.75 | 17.86 | - |
| YUV | 69.54 | 154.79 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 117 | 0 | 0.99 | 0.37 | 0.27 | 322.38 | 0.99 | 0.37 |
| Hex | BA | 1 | 75 | 0 | 63 | 25 | 1B | 142 | 63 | 25 |
| Octal | 272 | 1 | 165 | 0 | 143 | 45 | 33 | 502 | 143 | 45 |
| Binary | 10111010 | 1 | 1110101 | 0 | 1100011 | 100101 | 11011 | 101000010 | 1100011 | 100101 |
Color Harmonies of #BA0175
Complementary color
Monochromatic Colors of #BA0175
Black with #BA0175
Text Example
Text Example
White with #BA0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0175; }
p { color: rgb(186,1,117); }
H1.HeaderClassName
{
color: #BA0175;
}
.AnyTagClassName
{
color: #BA0175;
}
</style>
background-color css
<style>
a { background-color: #BA0175; }
a { background-color: rgb(186,1,117); }
div.DivClassName
{
background-color: #BA0175;
}
.BgClassName
{
background-color: #BA0175;
}
</style>
border-color css
<style>
span { border-color: #BA0175; }
span { border-color: rgb(186,1,117); }
td.TdClassName
{
border-color: #BA0175;
}
.TagClassName
{
border-color: #BA0175;
}
</style>