Shades of Medium Violet Red #B7137D
Tints of Medium Violet Red #B7137D
RGB
CMYK
RGB Variations
Color information
#B7137D (or 0xB7137D) is known color: Medium Violet Red. HEX triplet: B7, 13 and 7D. RGB value is (183,19,125). Sum of RGB (Red+Green+Blue) = 183+19+125=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7137D is #48EC82. Grayscale: #4F4F4F. Windows color (decimal): -4779139 or 8197047. OLE color: 8197047.
HSL color Cylindrical-coordinate representation of color #B7137D: hue angle of 321.22º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7137D is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 125 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.28 |
| HSL | 321.22º | 0.81% | 0.4% | - |
| HSV(B) | 321.22º | 0.9% | 0.72% | - |
| XYZ | 23.46 | 12.01 | 20.48 | - |
| YUV | 80.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 125 | 0 | 0.90 | 0.32 | 0.28 | 321.22 | 0.81 | 0.4 |
| Hex | B7 | 13 | 7D | 0 | 5A | 20 | 1C | 141 | 51 | 28 |
| Octal | 267 | 23 | 175 | 0 | 132 | 40 | 34 | 501 | 121 | 50 |
| Binary | 10110111 | 10011 | 1111101 | 0 | 1011010 | 100000 | 11100 | 101000001 | 1010001 | 101000 |
Color Harmonies of #B7137D
Complementary color
Monochromatic Colors of #B7137D
Black with #B7137D
Text Example
Text Example
White with #B7137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7137D; }
p { color: rgb(183,19,125); }
H1.HeaderClassName
{
color: #B7137D;
}
.AnyTagClassName
{
color: #B7137D;
}
</style>
background-color css
<style>
a { background-color: #B7137D; }
a { background-color: rgb(183,19,125); }
div.DivClassName
{
background-color: #B7137D;
}
.BgClassName
{
background-color: #B7137D;
}
</style>
border-color css
<style>
span { border-color: #B7137D; }
span { border-color: rgb(183,19,125); }
td.TdClassName
{
border-color: #B7137D;
}
.TagClassName
{
border-color: #B7137D;
}
</style>