Shades of Medium Violet Red #BA186F
Tints of Medium Violet Red #BA186F
RGB
CMYK
RGB Variations
Color information
#BA186F (or 0xBA186F) is known color: Medium Violet Red. HEX triplet: BA, 18 and 6F. RGB value is (186,24,111). Sum of RGB (Red+Green+Blue) = 186+24+111=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA186F is #45E790. Grayscale: #525252. Windows color (decimal): -4581265 or 7280826. OLE color: 7280826.
HSL color Cylindrical-coordinate representation of color #BA186F: hue angle of 327.78º 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 #BA186F is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 111 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.27 |
| HSL | 327.78º | 0.77% | 0.41% | - |
| HSV(B) | 327.78º | 0.87% | 0.73% | - |
| XYZ | 23.45 | 12.24 | 16.17 | - |
| YUV | 82.36 | 144.17 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 111 | 0 | 0.87 | 0.40 | 0.27 | 327.78 | 0.77 | 0.41 |
| Hex | BA | 18 | 6F | 0 | 57 | 28 | 1B | 148 | 4D | 29 |
| Octal | 272 | 30 | 157 | 0 | 127 | 50 | 33 | 510 | 115 | 51 |
| Binary | 10111010 | 11000 | 1101111 | 0 | 1010111 | 101000 | 11011 | 101001000 | 1001101 | 101001 |
Color Harmonies of #BA186F
Complementary color
Monochromatic Colors of #BA186F
Black with #BA186F
Text Example
Text Example
White with #BA186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA186F; }
p { color: rgb(186,24,111); }
H1.HeaderClassName
{
color: #BA186F;
}
.AnyTagClassName
{
color: #BA186F;
}
</style>
background-color css
<style>
a { background-color: #BA186F; }
a { background-color: rgb(186,24,111); }
div.DivClassName
{
background-color: #BA186F;
}
.BgClassName
{
background-color: #BA186F;
}
</style>
border-color css
<style>
span { border-color: #BA186F; }
span { border-color: rgb(186,24,111); }
td.TdClassName
{
border-color: #BA186F;
}
.TagClassName
{
border-color: #BA186F;
}
</style>