Shades of Medium Violet Red #BA148C
Tints of Medium Violet Red #BA148C
RGB
CMYK
RGB Variations
Color information
#BA148C (or 0xBA148C) is known color: Medium Violet Red. HEX triplet: BA, 14 and 8C. RGB value is (186,20,140). Sum of RGB (Red+Green+Blue) = 186+20+140=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA148C is #45EB73. Grayscale: #535353. Windows color (decimal): -4582260 or 9180346. OLE color: 9180346.
HSL color Cylindrical-coordinate representation of color #BA148C: hue angle of 316.63º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA148C is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 140 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.27 |
| HSL | 316.63º | 0.81% | 0.4% | - |
| HSV(B) | 316.63º | 0.89% | 0.73% | - |
| XYZ | 25.23 | 12.83 | 25.96 | - |
| YUV | 83.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 140 | 0 | 0.89 | 0.25 | 0.27 | 316.63 | 0.81 | 0.4 |
| Hex | BA | 14 | 8C | 0 | 59 | 19 | 1B | 13D | 51 | 28 |
| Octal | 272 | 24 | 214 | 0 | 131 | 31 | 33 | 475 | 121 | 50 |
| Binary | 10111010 | 10100 | 10001100 | 0 | 1011001 | 11001 | 11011 | 100111101 | 1010001 | 101000 |
Color Harmonies of #BA148C
Complementary color
Monochromatic Colors of #BA148C
Black with #BA148C
Text Example
Text Example
White with #BA148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA148C; }
p { color: rgb(186,20,140); }
H1.HeaderClassName
{
color: #BA148C;
}
.AnyTagClassName
{
color: #BA148C;
}
</style>
background-color css
<style>
a { background-color: #BA148C; }
a { background-color: rgb(186,20,140); }
div.DivClassName
{
background-color: #BA148C;
}
.BgClassName
{
background-color: #BA148C;
}
</style>
border-color css
<style>
span { border-color: #BA148C; }
span { border-color: rgb(186,20,140); }
td.TdClassName
{
border-color: #BA148C;
}
.TagClassName
{
border-color: #BA148C;
}
</style>