Shades of Medium Red Violet #BA3D89
Tints of Medium Red Violet #BA3D89
RGB
CMYK
RGB Variations
Color information
#BA3D89 (or 0xBA3D89) is known color: Medium Red Violet. HEX triplet: BA, 3D and 89. RGB value is (186,61,137). Sum of RGB (Red+Green+Blue) = 186+61+137=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3D89 is #45C276. Grayscale: #6A6A6A. Windows color (decimal): -4571767 or 8994234. OLE color: 8994234.
HSL color Cylindrical-coordinate representation of color #BA3D89: hue angle of 323.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D89 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 137 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.27 |
| HSL | 323.52º | 0.51% | 0.48% | - |
| HSV(B) | 323.52º | 0.67% | 0.73% | - |
| XYZ | 26.43 | 15.58 | 25.28 | - |
| YUV | 107.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 137 | 0 | 0.67 | 0.26 | 0.27 | 323.52 | 0.51 | 0.48 |
| Hex | BA | 3D | 89 | 0 | 43 | 1A | 1B | 144 | 33 | 30 |
| Octal | 272 | 75 | 211 | 0 | 103 | 32 | 33 | 504 | 63 | 60 |
| Binary | 10111010 | 111101 | 10001001 | 0 | 1000011 | 11010 | 11011 | 101000100 | 110011 | 110000 |
Color Harmonies of #BA3D89
Complementary color
Monochromatic Colors of #BA3D89
Black with #BA3D89
Text Example
Text Example
White with #BA3D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D89; }
p { color: rgb(186,61,137); }
H1.HeaderClassName
{
color: #BA3D89;
}
.AnyTagClassName
{
color: #BA3D89;
}
</style>
background-color css
<style>
a { background-color: #BA3D89; }
a { background-color: rgb(186,61,137); }
div.DivClassName
{
background-color: #BA3D89;
}
.BgClassName
{
background-color: #BA3D89;
}
</style>
border-color css
<style>
span { border-color: #BA3D89; }
span { border-color: rgb(186,61,137); }
td.TdClassName
{
border-color: #BA3D89;
}
.TagClassName
{
border-color: #BA3D89;
}
</style>