Shades of Medium Red Violet #BA3289
Tints of Medium Red Violet #BA3289
RGB
CMYK
RGB Variations
Color information
#BA3289 (or 0xBA3289) is known color: Medium Red Violet. HEX triplet: BA, 32 and 89. RGB value is (186,50,137). Sum of RGB (Red+Green+Blue) = 186+50+137=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3289 is #45CD76. Grayscale: #646464. Windows color (decimal): -4574583 or 8991418. OLE color: 8991418.
HSL color Cylindrical-coordinate representation of color #BA3289: hue angle of 321.62º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3289 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 137 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.27 |
| HSL | 321.62º | 0.58% | 0.46% | - |
| HSV(B) | 321.62º | 0.73% | 0.73% | - |
| XYZ | 25.91 | 14.53 | 25.11 | - |
| YUV | 100.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 137 | 0 | 0.73 | 0.26 | 0.27 | 321.62 | 0.58 | 0.46 |
| Hex | BA | 32 | 89 | 0 | 49 | 1A | 1B | 142 | 3A | 2E |
| Octal | 272 | 62 | 211 | 0 | 111 | 32 | 33 | 502 | 72 | 56 |
| Binary | 10111010 | 110010 | 10001001 | 0 | 1001001 | 11010 | 11011 | 101000010 | 111010 | 101110 |
Color Harmonies of #BA3289
Complementary color
Monochromatic Colors of #BA3289
Black with #BA3289
Text Example
Text Example
White with #BA3289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3289; }
p { color: rgb(186,50,137); }
H1.HeaderClassName
{
color: #BA3289;
}
.AnyTagClassName
{
color: #BA3289;
}
</style>
background-color css
<style>
a { background-color: #BA3289; }
a { background-color: rgb(186,50,137); }
div.DivClassName
{
background-color: #BA3289;
}
.BgClassName
{
background-color: #BA3289;
}
</style>
border-color css
<style>
span { border-color: #BA3289; }
span { border-color: rgb(186,50,137); }
td.TdClassName
{
border-color: #BA3289;
}
.TagClassName
{
border-color: #BA3289;
}
</style>