Shades of Medium Violet Red #BA1075
Tints of Medium Violet Red #BA1075
RGB
CMYK
RGB Variations
Color information
#BA1075 (or 0xBA1075) is known color: Medium Violet Red. HEX triplet: BA, 10 and 75. RGB value is (186,16,117). Sum of RGB (Red+Green+Blue) = 186+16+117=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1075 is #45EF8A. Grayscale: #4E4E4E. Windows color (decimal): -4583307 or 7671994. OLE color: 7671994.
HSL color Cylindrical-coordinate representation of color #BA1075: hue angle of 324.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1075 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 117 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.27 |
| HSL | 324.35º | 0.84% | 0.4% | - |
| HSV(B) | 324.35º | 0.91% | 0.73% | - |
| XYZ | 23.65 | 12.09 | 17.92 | - |
| YUV | 78.34 | 149.82 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 117 | 0 | 0.91 | 0.37 | 0.27 | 324.35 | 0.84 | 0.4 |
| Hex | BA | 10 | 75 | 0 | 5B | 25 | 1B | 144 | 54 | 28 |
| Octal | 272 | 20 | 165 | 0 | 133 | 45 | 33 | 504 | 124 | 50 |
| Binary | 10111010 | 10000 | 1110101 | 0 | 1011011 | 100101 | 11011 | 101000100 | 1010100 | 101000 |
Color Harmonies of #BA1075
Complementary color
Monochromatic Colors of #BA1075
Black with #BA1075
Text Example
Text Example
White with #BA1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1075; }
p { color: rgb(186,16,117); }
H1.HeaderClassName
{
color: #BA1075;
}
.AnyTagClassName
{
color: #BA1075;
}
</style>
background-color css
<style>
a { background-color: #BA1075; }
a { background-color: rgb(186,16,117); }
div.DivClassName
{
background-color: #BA1075;
}
.BgClassName
{
background-color: #BA1075;
}
</style>
border-color css
<style>
span { border-color: #BA1075; }
span { border-color: rgb(186,16,117); }
td.TdClassName
{
border-color: #BA1075;
}
.TagClassName
{
border-color: #BA1075;
}
</style>