Shades of Medium Red Violet #BA3B85
Tints of Medium Red Violet #BA3B85
RGB
CMYK
RGB Variations
Color information
#BA3B85 (or 0xBA3B85) is known color: Medium Red Violet. HEX triplet: BA, 3B and 85. RGB value is (186,59,133). Sum of RGB (Red+Green+Blue) = 186+59+133=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3B85 is #45C47A. Grayscale: #696969. Windows color (decimal): -4572283 or 8731578. OLE color: 8731578.
HSL color Cylindrical-coordinate representation of color #BA3B85: hue angle of 325.04º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3B85 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 133 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.27 |
| HSL | 325.04º | 0.52% | 0.48% | - |
| HSV(B) | 325.04º | 0.68% | 0.73% | - |
| XYZ | 26.05 | 15.26 | 23.76 | - |
| YUV | 105.41 | 143.58 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 133 | 0 | 0.68 | 0.28 | 0.27 | 325.04 | 0.52 | 0.48 |
| Hex | BA | 3B | 85 | 0 | 44 | 1C | 1B | 145 | 34 | 30 |
| Octal | 272 | 73 | 205 | 0 | 104 | 34 | 33 | 505 | 64 | 60 |
| Binary | 10111010 | 111011 | 10000101 | 0 | 1000100 | 11100 | 11011 | 101000101 | 110100 | 110000 |
Color Harmonies of #BA3B85
Complementary color
Monochromatic Colors of #BA3B85
Black with #BA3B85
Text Example
Text Example
White with #BA3B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B85; }
p { color: rgb(186,59,133); }
H1.HeaderClassName
{
color: #BA3B85;
}
.AnyTagClassName
{
color: #BA3B85;
}
</style>
background-color css
<style>
a { background-color: #BA3B85; }
a { background-color: rgb(186,59,133); }
div.DivClassName
{
background-color: #BA3B85;
}
.BgClassName
{
background-color: #BA3B85;
}
</style>
border-color css
<style>
span { border-color: #BA3B85; }
span { border-color: rgb(186,59,133); }
td.TdClassName
{
border-color: #BA3B85;
}
.TagClassName
{
border-color: #BA3B85;
}
</style>