Shades of Medium Violet Red #BA1D75
Tints of Medium Violet Red #BA1D75
RGB
CMYK
RGB Variations
Color information
#BA1D75 (or 0xBA1D75) is known color: Medium Violet Red. HEX triplet: BA, 1D and 75. RGB value is (186,29,117). Sum of RGB (Red+Green+Blue) = 186+29+117=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D75 is #45E28A. Grayscale: #555555. Windows color (decimal): -4579979 or 7675322. OLE color: 7675322.
HSL color Cylindrical-coordinate representation of color #BA1D75: hue angle of 326.37º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D75 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 117 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.27 |
| HSL | 326.37º | 0.73% | 0.42% | - |
| HSV(B) | 326.37º | 0.84% | 0.73% | - |
| XYZ | 23.9 | 12.6 | 18 | - |
| YUV | 85.98 | 145.51 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 117 | 0 | 0.84 | 0.37 | 0.27 | 326.37 | 0.73 | 0.42 |
| Hex | BA | 1D | 75 | 0 | 54 | 25 | 1B | 146 | 49 | 2A |
| Octal | 272 | 35 | 165 | 0 | 124 | 45 | 33 | 506 | 111 | 52 |
| Binary | 10111010 | 11101 | 1110101 | 0 | 1010100 | 100101 | 11011 | 101000110 | 1001001 | 101010 |
Color Harmonies of #BA1D75
Complementary color
Monochromatic Colors of #BA1D75
Black with #BA1D75
Text Example
Text Example
White with #BA1D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D75; }
p { color: rgb(186,29,117); }
H1.HeaderClassName
{
color: #BA1D75;
}
.AnyTagClassName
{
color: #BA1D75;
}
</style>
background-color css
<style>
a { background-color: #BA1D75; }
a { background-color: rgb(186,29,117); }
div.DivClassName
{
background-color: #BA1D75;
}
.BgClassName
{
background-color: #BA1D75;
}
</style>
border-color css
<style>
span { border-color: #BA1D75; }
span { border-color: rgb(186,29,117); }
td.TdClassName
{
border-color: #BA1D75;
}
.TagClassName
{
border-color: #BA1D75;
}
</style>