Shades of Medium Red Violet #BA4187
Tints of Medium Red Violet #BA4187
RGB
CMYK
RGB Variations
Color information
#BA4187 (or 0xBA4187) is known color: Medium Red Violet. HEX triplet: BA, 41 and 87. RGB value is (186,65,135). Sum of RGB (Red+Green+Blue) = 186+65+135=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4187 is #45BE78. Grayscale: #6D6D6D. Windows color (decimal): -4570745 or 8864186. OLE color: 8864186.
HSL color Cylindrical-coordinate representation of color #BA4187: hue angle of 325.29º 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 #BA4187 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 135 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.27 |
| HSL | 325.29º | 0.48% | 0.49% | - |
| HSV(B) | 325.29º | 0.65% | 0.73% | - |
| XYZ | 26.51 | 15.97 | 24.61 | - |
| YUV | 109.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 135 | 0 | 0.65 | 0.27 | 0.27 | 325.29 | 0.48 | 0.49 |
| Hex | BA | 41 | 87 | 0 | 41 | 1B | 1B | 145 | 30 | 31 |
| Octal | 272 | 101 | 207 | 0 | 101 | 33 | 33 | 505 | 60 | 61 |
| Binary | 10111010 | 1000001 | 10000111 | 0 | 1000001 | 11011 | 11011 | 101000101 | 110000 | 110001 |
Color Harmonies of #BA4187
Complementary color
Monochromatic Colors of #BA4187
Black with #BA4187
Text Example
Text Example
White with #BA4187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4187; }
p { color: rgb(186,65,135); }
H1.HeaderClassName
{
color: #BA4187;
}
.AnyTagClassName
{
color: #BA4187;
}
</style>
background-color css
<style>
a { background-color: #BA4187; }
a { background-color: rgb(186,65,135); }
div.DivClassName
{
background-color: #BA4187;
}
.BgClassName
{
background-color: #BA4187;
}
</style>
border-color css
<style>
span { border-color: #BA4187; }
span { border-color: rgb(186,65,135); }
td.TdClassName
{
border-color: #BA4187;
}
.TagClassName
{
border-color: #BA4187;
}
</style>