Shades of Medium Red Violet #BA3475
Tints of Medium Red Violet #BA3475
RGB
CMYK
RGB Variations
Color information
#BA3475 (or 0xBA3475) is known color: Medium Red Violet. HEX triplet: BA, 34 and 75. RGB value is (186,52,117). Sum of RGB (Red+Green+Blue) = 186+52+117=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3475 is #45CB8A. Grayscale: #636363. Windows color (decimal): -4574091 or 7681210. OLE color: 7681210.
HSL color Cylindrical-coordinate representation of color #BA3475: hue angle of 330.9º 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 #BA3475 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 117 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.27 |
| HSL | 330.9º | 0.56% | 0.47% | - |
| HSV(B) | 330.9º | 0.72% | 0.73% | - |
| XYZ | 24.69 | 14.18 | 18.27 | - |
| YUV | 99.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 117 | 0 | 0.72 | 0.37 | 0.27 | 330.9 | 0.56 | 0.47 |
| Hex | BA | 34 | 75 | 0 | 48 | 25 | 1B | 14B | 38 | 2F |
| Octal | 272 | 64 | 165 | 0 | 110 | 45 | 33 | 513 | 70 | 57 |
| Binary | 10111010 | 110100 | 1110101 | 0 | 1001000 | 100101 | 11011 | 101001011 | 111000 | 101111 |
Color Harmonies of #BA3475
Complementary color
Monochromatic Colors of #BA3475
Black with #BA3475
Text Example
Text Example
White with #BA3475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3475; }
p { color: rgb(186,52,117); }
H1.HeaderClassName
{
color: #BA3475;
}
.AnyTagClassName
{
color: #BA3475;
}
</style>
background-color css
<style>
a { background-color: #BA3475; }
a { background-color: rgb(186,52,117); }
div.DivClassName
{
background-color: #BA3475;
}
.BgClassName
{
background-color: #BA3475;
}
</style>
border-color css
<style>
span { border-color: #BA3475; }
span { border-color: rgb(186,52,117); }
td.TdClassName
{
border-color: #BA3475;
}
.TagClassName
{
border-color: #BA3475;
}
</style>