Shades of Medium Violet Red #B7158C
Tints of Medium Violet Red #B7158C
RGB
CMYK
RGB Variations
Color information
#B7158C (or 0xB7158C) is known color: Medium Violet Red. HEX triplet: B7, 15 and 8C. RGB value is (183,21,140). Sum of RGB (Red+Green+Blue) = 183+21+140=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7158C is #48EA73. Grayscale: #525252. Windows color (decimal): -4778612 or 9180599. OLE color: 9180599.
HSL color Cylindrical-coordinate representation of color #B7158C: hue angle of 315.93º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7158C is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 140 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.28 |
| HSL | 315.93º | 0.79% | 0.4% | - |
| HSV(B) | 315.93º | 0.89% | 0.72% | - |
| XYZ | 24.53 | 12.5 | 25.93 | - |
| YUV | 83 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 140 | 0 | 0.89 | 0.23 | 0.28 | 315.93 | 0.79 | 0.4 |
| Hex | B7 | 15 | 8C | 0 | 59 | 17 | 1C | 13C | 4F | 28 |
| Octal | 267 | 25 | 214 | 0 | 131 | 27 | 34 | 474 | 117 | 50 |
| Binary | 10110111 | 10101 | 10001100 | 0 | 1011001 | 10111 | 11100 | 100111100 | 1001111 | 101000 |
Color Harmonies of #B7158C
Complementary color
Monochromatic Colors of #B7158C
Black with #B7158C
Text Example
Text Example
White with #B7158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7158C; }
p { color: rgb(183,21,140); }
H1.HeaderClassName
{
color: #B7158C;
}
.AnyTagClassName
{
color: #B7158C;
}
</style>
background-color css
<style>
a { background-color: #B7158C; }
a { background-color: rgb(183,21,140); }
div.DivClassName
{
background-color: #B7158C;
}
.BgClassName
{
background-color: #B7158C;
}
</style>
border-color css
<style>
span { border-color: #B7158C; }
span { border-color: rgb(183,21,140); }
td.TdClassName
{
border-color: #B7158C;
}
.TagClassName
{
border-color: #B7158C;
}
</style>