Shades of Medium Red Violet #BA3985
Tints of Medium Red Violet #BA3985
RGB
CMYK
RGB Variations
Color information
#BA3985 (or 0xBA3985) is known color: Medium Red Violet. HEX triplet: BA, 39 and 85. RGB value is (186,57,133). Sum of RGB (Red+Green+Blue) = 186+57+133=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3985 is #45C67A. Grayscale: #686868. Windows color (decimal): -4572795 or 8731066. OLE color: 8731066.
HSL color Cylindrical-coordinate representation of color #BA3985: hue angle of 324.65º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3985 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 133 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.27 |
| HSL | 324.65º | 0.53% | 0.48% | - |
| HSV(B) | 324.65º | 0.69% | 0.73% | - |
| XYZ | 25.95 | 15.06 | 23.73 | - |
| YUV | 104.24 | 144.24 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 133 | 0 | 0.69 | 0.28 | 0.27 | 324.65 | 0.53 | 0.48 |
| Hex | BA | 39 | 85 | 0 | 45 | 1C | 1B | 145 | 35 | 30 |
| Octal | 272 | 71 | 205 | 0 | 105 | 34 | 33 | 505 | 65 | 60 |
| Binary | 10111010 | 111001 | 10000101 | 0 | 1000101 | 11100 | 11011 | 101000101 | 110101 | 110000 |
Color Harmonies of #BA3985
Complementary color
Monochromatic Colors of #BA3985
Black with #BA3985
Text Example
Text Example
White with #BA3985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3985; }
p { color: rgb(186,57,133); }
H1.HeaderClassName
{
color: #BA3985;
}
.AnyTagClassName
{
color: #BA3985;
}
</style>
background-color css
<style>
a { background-color: #BA3985; }
a { background-color: rgb(186,57,133); }
div.DivClassName
{
background-color: #BA3985;
}
.BgClassName
{
background-color: #BA3985;
}
</style>
border-color css
<style>
span { border-color: #BA3985; }
span { border-color: rgb(186,57,133); }
td.TdClassName
{
border-color: #BA3985;
}
.TagClassName
{
border-color: #BA3985;
}
</style>