Shades of Medium Violet Red #B7157A
Tints of Medium Violet Red #B7157A
RGB
CMYK
RGB Variations
Color information
#B7157A (or 0xB7157A) is known color: Medium Violet Red. HEX triplet: B7, 15 and 7A. RGB value is (183,21,122). Sum of RGB (Red+Green+Blue) = 183+21+122=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7157A is #48EA85. Grayscale: #505050. Windows color (decimal): -4778630 or 8000951. OLE color: 8000951.
HSL color Cylindrical-coordinate representation of color #B7157A: hue angle of 322.59º 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 #B7157A is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 122 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.28 |
| HSL | 322.59º | 0.79% | 0.4% | - |
| HSV(B) | 322.59º | 0.89% | 0.72% | - |
| XYZ | 23.31 | 12.01 | 19.5 | - |
| YUV | 80.95 | 151.17 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 122 | 0 | 0.89 | 0.33 | 0.28 | 322.59 | 0.79 | 0.4 |
| Hex | B7 | 15 | 7A | 0 | 59 | 21 | 1C | 143 | 4F | 28 |
| Octal | 267 | 25 | 172 | 0 | 131 | 41 | 34 | 503 | 117 | 50 |
| Binary | 10110111 | 10101 | 1111010 | 0 | 1011001 | 100001 | 11100 | 101000011 | 1001111 | 101000 |
Color Harmonies of #B7157A
Complementary color
Monochromatic Colors of #B7157A
Black with #B7157A
Text Example
Text Example
White with #B7157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7157A; }
p { color: rgb(183,21,122); }
H1.HeaderClassName
{
color: #B7157A;
}
.AnyTagClassName
{
color: #B7157A;
}
</style>
background-color css
<style>
a { background-color: #B7157A; }
a { background-color: rgb(183,21,122); }
div.DivClassName
{
background-color: #B7157A;
}
.BgClassName
{
background-color: #B7157A;
}
</style>
border-color css
<style>
span { border-color: #B7157A; }
span { border-color: rgb(183,21,122); }
td.TdClassName
{
border-color: #B7157A;
}
.TagClassName
{
border-color: #B7157A;
}
</style>