Shades of Medium Violet Red #BA189F
Tints of Medium Violet Red #BA189F
RGB
CMYK
RGB Variations
Color information
#BA189F (or 0xBA189F) is known color: Medium Violet Red. HEX triplet: BA, 18 and 9F. RGB value is (186,24,159). Sum of RGB (Red+Green+Blue) = 186+24+159=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA189F is #45E760. Grayscale: #575757. Windows color (decimal): -4581217 or 10426554. OLE color: 10426554.
HSL color Cylindrical-coordinate representation of color #BA189F: hue angle of 310º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA189F is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 159 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.27 |
| HSL | 310º | 0.77% | 0.41% | - |
| HSV(B) | 310º | 0.87% | 0.73% | - |
| XYZ | 26.83 | 13.6 | 34.01 | - |
| YUV | 87.83 | 168.17 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 159 | 0 | 0.87 | 0.15 | 0.27 | 310 | 0.77 | 0.41 |
| Hex | BA | 18 | 9F | 0 | 57 | F | 1B | 136 | 4D | 29 |
| Octal | 272 | 30 | 237 | 0 | 127 | 17 | 33 | 466 | 115 | 51 |
| Binary | 10111010 | 11000 | 10011111 | 0 | 1010111 | 1111 | 11011 | 100110110 | 1001101 | 101001 |
Color Harmonies of #BA189F
Complementary color
Monochromatic Colors of #BA189F
Black with #BA189F
Text Example
Text Example
White with #BA189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA189F; }
p { color: rgb(186,24,159); }
H1.HeaderClassName
{
color: #BA189F;
}
.AnyTagClassName
{
color: #BA189F;
}
</style>
background-color css
<style>
a { background-color: #BA189F; }
a { background-color: rgb(186,24,159); }
div.DivClassName
{
background-color: #BA189F;
}
.BgClassName
{
background-color: #BA189F;
}
</style>
border-color css
<style>
span { border-color: #BA189F; }
span { border-color: rgb(186,24,159); }
td.TdClassName
{
border-color: #BA189F;
}
.TagClassName
{
border-color: #BA189F;
}
</style>