Shades of Medium Red Violet #BA3889
Tints of Medium Red Violet #BA3889
RGB
CMYK
RGB Variations
Color information
#BA3889 (or 0xBA3889) is known color: Medium Red Violet. HEX triplet: BA, 38 and 89. RGB value is (186,56,137). Sum of RGB (Red+Green+Blue) = 186+56+137=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3889 is #45C776. Grayscale: #676767. Windows color (decimal): -4573047 or 8992954. OLE color: 8992954.
HSL color Cylindrical-coordinate representation of color #BA3889: hue angle of 322.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3889 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 137 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.27 |
| HSL | 322.62º | 0.54% | 0.47% | - |
| HSV(B) | 322.62º | 0.7% | 0.73% | - |
| XYZ | 26.18 | 15.07 | 25.2 | - |
| YUV | 104.1 | 146.57 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 137 | 0 | 0.70 | 0.26 | 0.27 | 322.62 | 0.54 | 0.47 |
| Hex | BA | 38 | 89 | 0 | 46 | 1A | 1B | 143 | 36 | 2F |
| Octal | 272 | 70 | 211 | 0 | 106 | 32 | 33 | 503 | 66 | 57 |
| Binary | 10111010 | 111000 | 10001001 | 0 | 1000110 | 11010 | 11011 | 101000011 | 110110 | 101111 |
Color Harmonies of #BA3889
Complementary color
Monochromatic Colors of #BA3889
Black with #BA3889
Text Example
Text Example
White with #BA3889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3889; }
p { color: rgb(186,56,137); }
H1.HeaderClassName
{
color: #BA3889;
}
.AnyTagClassName
{
color: #BA3889;
}
</style>
background-color css
<style>
a { background-color: #BA3889; }
a { background-color: rgb(186,56,137); }
div.DivClassName
{
background-color: #BA3889;
}
.BgClassName
{
background-color: #BA3889;
}
</style>
border-color css
<style>
span { border-color: #BA3889; }
span { border-color: rgb(186,56,137); }
td.TdClassName
{
border-color: #BA3889;
}
.TagClassName
{
border-color: #BA3889;
}
</style>