Shades of Medium Red Violet #BA4185
Tints of Medium Red Violet #BA4185
RGB
CMYK
RGB Variations
Color information
#BA4185 (or 0xBA4185) is known color: Medium Red Violet. HEX triplet: BA, 41 and 85. RGB value is (186,65,133). Sum of RGB (Red+Green+Blue) = 186+65+133=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4185 is #45BE7A. Grayscale: #6C6C6C. Windows color (decimal): -4570747 or 8733114. OLE color: 8733114.
HSL color Cylindrical-coordinate representation of color #BA4185: hue angle of 326.28º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4185 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 133 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.27 |
| HSL | 326.28º | 0.48% | 0.49% | - |
| HSV(B) | 326.28º | 0.65% | 0.73% | - |
| XYZ | 26.37 | 15.91 | 23.87 | - |
| YUV | 108.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 133 | 0 | 0.65 | 0.28 | 0.27 | 326.28 | 0.48 | 0.49 |
| Hex | BA | 41 | 85 | 0 | 41 | 1C | 1B | 146 | 30 | 31 |
| Octal | 272 | 101 | 205 | 0 | 101 | 34 | 33 | 506 | 60 | 61 |
| Binary | 10111010 | 1000001 | 10000101 | 0 | 1000001 | 11100 | 11011 | 101000110 | 110000 | 110001 |
Color Harmonies of #BA4185
Complementary color
Monochromatic Colors of #BA4185
Black with #BA4185
Text Example
Text Example
White with #BA4185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4185; }
p { color: rgb(186,65,133); }
H1.HeaderClassName
{
color: #BA4185;
}
.AnyTagClassName
{
color: #BA4185;
}
</style>
background-color css
<style>
a { background-color: #BA4185; }
a { background-color: rgb(186,65,133); }
div.DivClassName
{
background-color: #BA4185;
}
.BgClassName
{
background-color: #BA4185;
}
</style>
border-color css
<style>
span { border-color: #BA4185; }
span { border-color: rgb(186,65,133); }
td.TdClassName
{
border-color: #BA4185;
}
.TagClassName
{
border-color: #BA4185;
}
</style>