Shades of Medium Red Violet #BA4189
Tints of Medium Red Violet #BA4189
RGB
CMYK
RGB Variations
Color information
#BA4189 (or 0xBA4189) is known color: Medium Red Violet. HEX triplet: BA, 41 and 89. RGB value is (186,65,137). Sum of RGB (Red+Green+Blue) = 186+65+137=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4189 is #45BE76. Grayscale: #6D6D6D. Windows color (decimal): -4570743 or 8995258. OLE color: 8995258.
HSL color Cylindrical-coordinate representation of color #BA4189: hue angle of 324.3º 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 #BA4189 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 137 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.27 |
| HSL | 324.3º | 0.48% | 0.49% | - |
| HSV(B) | 324.3º | 0.65% | 0.73% | - |
| XYZ | 26.66 | 16.03 | 25.36 | - |
| YUV | 109.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 137 | 0 | 0.65 | 0.26 | 0.27 | 324.3 | 0.48 | 0.49 |
| Hex | BA | 41 | 89 | 0 | 41 | 1A | 1B | 144 | 30 | 31 |
| Octal | 272 | 101 | 211 | 0 | 101 | 32 | 33 | 504 | 60 | 61 |
| Binary | 10111010 | 1000001 | 10001001 | 0 | 1000001 | 11010 | 11011 | 101000100 | 110000 | 110001 |
Color Harmonies of #BA4189
Complementary color
Monochromatic Colors of #BA4189
Black with #BA4189
Text Example
Text Example
White with #BA4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4189; }
p { color: rgb(186,65,137); }
H1.HeaderClassName
{
color: #BA4189;
}
.AnyTagClassName
{
color: #BA4189;
}
</style>
background-color css
<style>
a { background-color: #BA4189; }
a { background-color: rgb(186,65,137); }
div.DivClassName
{
background-color: #BA4189;
}
.BgClassName
{
background-color: #BA4189;
}
</style>
border-color css
<style>
span { border-color: #BA4189; }
span { border-color: rgb(186,65,137); }
td.TdClassName
{
border-color: #BA4189;
}
.TagClassName
{
border-color: #BA4189;
}
</style>