Shades of Medium Violet Red #BA158B
Tints of Medium Violet Red #BA158B
RGB
CMYK
RGB Variations
Color information
#BA158B (or 0xBA158B) is known color: Medium Violet Red. HEX triplet: BA, 15 and 8B. RGB value is (186,21,139). Sum of RGB (Red+Green+Blue) = 186+21+139=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA158B is #45EA74. Grayscale: #535353. Windows color (decimal): -4582005 or 9115066. OLE color: 9115066.
HSL color Cylindrical-coordinate representation of color #BA158B: hue angle of 317.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA158B is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 139 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.27 |
| HSL | 317.09º | 0.8% | 0.41% | - |
| HSV(B) | 317.09º | 0.89% | 0.73% | - |
| XYZ | 25.18 | 12.84 | 25.58 | - |
| YUV | 83.79 | 159.16 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 139 | 0 | 0.89 | 0.25 | 0.27 | 317.09 | 0.8 | 0.41 |
| Hex | BA | 15 | 8B | 0 | 59 | 19 | 1B | 13D | 50 | 29 |
| Octal | 272 | 25 | 213 | 0 | 131 | 31 | 33 | 475 | 120 | 51 |
| Binary | 10111010 | 10101 | 10001011 | 0 | 1011001 | 11001 | 11011 | 100111101 | 1010000 | 101001 |
Color Harmonies of #BA158B
Complementary color
Monochromatic Colors of #BA158B
Black with #BA158B
Text Example
Text Example
White with #BA158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA158B; }
p { color: rgb(186,21,139); }
H1.HeaderClassName
{
color: #BA158B;
}
.AnyTagClassName
{
color: #BA158B;
}
</style>
background-color css
<style>
a { background-color: #BA158B; }
a { background-color: rgb(186,21,139); }
div.DivClassName
{
background-color: #BA158B;
}
.BgClassName
{
background-color: #BA158B;
}
</style>
border-color css
<style>
span { border-color: #BA158B; }
span { border-color: rgb(186,21,139); }
td.TdClassName
{
border-color: #BA158B;
}
.TagClassName
{
border-color: #BA158B;
}
</style>