Shades of Medium Violet Red #BA189E
Tints of Medium Violet Red #BA189E
RGB
CMYK
RGB Variations
Color information
#BA189E (or 0xBA189E) is known color: Medium Violet Red. HEX triplet: BA, 18 and 9E. RGB value is (186,24,158). Sum of RGB (Red+Green+Blue) = 186+24+158=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA189E is #45E761. Grayscale: #575757. Windows color (decimal): -4581218 or 10361018. OLE color: 10361018.
HSL color Cylindrical-coordinate representation of color #BA189E: hue angle of 310.37º 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 #BA189E is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 158 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.27 |
| HSL | 310.37º | 0.77% | 0.41% | - |
| HSV(B) | 310.37º | 0.87% | 0.73% | - |
| XYZ | 26.75 | 13.56 | 33.56 | - |
| YUV | 87.71 | 167.67 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 158 | 0 | 0.87 | 0.15 | 0.27 | 310.37 | 0.77 | 0.41 |
| Hex | BA | 18 | 9E | 0 | 57 | F | 1B | 136 | 4D | 29 |
| Octal | 272 | 30 | 236 | 0 | 127 | 17 | 33 | 466 | 115 | 51 |
| Binary | 10111010 | 11000 | 10011110 | 0 | 1010111 | 1111 | 11011 | 100110110 | 1001101 | 101001 |
Color Harmonies of #BA189E
Complementary color
Monochromatic Colors of #BA189E
Black with #BA189E
Text Example
Text Example
White with #BA189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA189E; }
p { color: rgb(186,24,158); }
H1.HeaderClassName
{
color: #BA189E;
}
.AnyTagClassName
{
color: #BA189E;
}
</style>
background-color css
<style>
a { background-color: #BA189E; }
a { background-color: rgb(186,24,158); }
div.DivClassName
{
background-color: #BA189E;
}
.BgClassName
{
background-color: #BA189E;
}
</style>
border-color css
<style>
span { border-color: #BA189E; }
span { border-color: rgb(186,24,158); }
td.TdClassName
{
border-color: #BA189E;
}
.TagClassName
{
border-color: #BA189E;
}
</style>