Shades of Medium Red Violet #BA3089
Tints of Medium Red Violet #BA3089
RGB
CMYK
RGB Variations
Color information
#BA3089 (or 0xBA3089) is known color: Medium Red Violet. HEX triplet: BA, 30 and 89. RGB value is (186,48,137). Sum of RGB (Red+Green+Blue) = 186+48+137=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3089 is #45CF76. Grayscale: #636363. Windows color (decimal): -4575095 or 8990906. OLE color: 8990906.
HSL color Cylindrical-coordinate representation of color #BA3089: hue angle of 321.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3089 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 137 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.27 |
| HSL | 321.3º | 0.59% | 0.46% | - |
| HSV(B) | 321.3º | 0.74% | 0.73% | - |
| XYZ | 25.82 | 14.36 | 25.08 | - |
| YUV | 99.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 137 | 0 | 0.74 | 0.26 | 0.27 | 321.3 | 0.59 | 0.46 |
| Hex | BA | 30 | 89 | 0 | 4A | 1A | 1B | 141 | 3B | 2E |
| Octal | 272 | 60 | 211 | 0 | 112 | 32 | 33 | 501 | 73 | 56 |
| Binary | 10111010 | 110000 | 10001001 | 0 | 1001010 | 11010 | 11011 | 101000001 | 111011 | 101110 |
Color Harmonies of #BA3089
Complementary color
Monochromatic Colors of #BA3089
Black with #BA3089
Text Example
Text Example
White with #BA3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3089; }
p { color: rgb(186,48,137); }
H1.HeaderClassName
{
color: #BA3089;
}
.AnyTagClassName
{
color: #BA3089;
}
</style>
background-color css
<style>
a { background-color: #BA3089; }
a { background-color: rgb(186,48,137); }
div.DivClassName
{
background-color: #BA3089;
}
.BgClassName
{
background-color: #BA3089;
}
</style>
border-color css
<style>
span { border-color: #BA3089; }
span { border-color: rgb(186,48,137); }
td.TdClassName
{
border-color: #BA3089;
}
.TagClassName
{
border-color: #BA3089;
}
</style>