Shades of Medium Red Violet #BA3575
Tints of Medium Red Violet #BA3575
RGB
CMYK
RGB Variations
Color information
#BA3575 (or 0xBA3575) is known color: Medium Red Violet. HEX triplet: BA, 35 and 75. RGB value is (186,53,117). Sum of RGB (Red+Green+Blue) = 186+53+117=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3575 is #45CA8A. Grayscale: #636363. Windows color (decimal): -4573835 or 7681466. OLE color: 7681466.
HSL color Cylindrical-coordinate representation of color #BA3575: hue angle of 331.13º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3575 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 117 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.27 |
| HSL | 331.13º | 0.56% | 0.47% | - |
| HSV(B) | 331.13º | 0.72% | 0.73% | - |
| XYZ | 24.73 | 14.27 | 18.28 | - |
| YUV | 100.06 | 137.56 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 117 | 0 | 0.72 | 0.37 | 0.27 | 331.13 | 0.56 | 0.47 |
| Hex | BA | 35 | 75 | 0 | 48 | 25 | 1B | 14B | 38 | 2F |
| Octal | 272 | 65 | 165 | 0 | 110 | 45 | 33 | 513 | 70 | 57 |
| Binary | 10111010 | 110101 | 1110101 | 0 | 1001000 | 100101 | 11011 | 101001011 | 111000 | 101111 |
Color Harmonies of #BA3575
Complementary color
Monochromatic Colors of #BA3575
Black with #BA3575
Text Example
Text Example
White with #BA3575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3575; }
p { color: rgb(186,53,117); }
H1.HeaderClassName
{
color: #BA3575;
}
.AnyTagClassName
{
color: #BA3575;
}
</style>
background-color css
<style>
a { background-color: #BA3575; }
a { background-color: rgb(186,53,117); }
div.DivClassName
{
background-color: #BA3575;
}
.BgClassName
{
background-color: #BA3575;
}
</style>
border-color css
<style>
span { border-color: #BA3575; }
span { border-color: rgb(186,53,117); }
td.TdClassName
{
border-color: #BA3575;
}
.TagClassName
{
border-color: #BA3575;
}
</style>