Shades of Medium Violet Red #B71371
Tints of Medium Violet Red #B71371
RGB
CMYK
RGB Variations
Color information
#B71371 (or 0xB71371) is known color: Medium Violet Red. HEX triplet: B7, 13 and 71. RGB value is (183,19,113). Sum of RGB (Red+Green+Blue) = 183+19+113=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B71371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71371 is #48EC8E. Grayscale: #4E4E4E. Windows color (decimal): -4779151 or 7410615. OLE color: 7410615.
HSL color Cylindrical-coordinate representation of color #B71371: hue angle of 325.61º 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 #B71371 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 113 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.28 |
| HSL | 325.61º | 0.81% | 0.4% | - |
| HSV(B) | 325.61º | 0.9% | 0.72% | - |
| XYZ | 22.74 | 11.73 | 16.69 | - |
| YUV | 78.75 | 147.33 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 113 | 0 | 0.90 | 0.38 | 0.28 | 325.61 | 0.81 | 0.4 |
| Hex | B7 | 13 | 71 | 0 | 5A | 26 | 1C | 146 | 51 | 28 |
| Octal | 267 | 23 | 161 | 0 | 132 | 46 | 34 | 506 | 121 | 50 |
| Binary | 10110111 | 10011 | 1110001 | 0 | 1011010 | 100110 | 11100 | 101000110 | 1010001 | 101000 |
Color Harmonies of #B71371
Complementary color
Monochromatic Colors of #B71371
Black with #B71371
Text Example
Text Example
White with #B71371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71371; }
p { color: rgb(183,19,113); }
H1.HeaderClassName
{
color: #B71371;
}
.AnyTagClassName
{
color: #B71371;
}
</style>
background-color css
<style>
a { background-color: #B71371; }
a { background-color: rgb(183,19,113); }
div.DivClassName
{
background-color: #B71371;
}
.BgClassName
{
background-color: #B71371;
}
</style>
border-color css
<style>
span { border-color: #B71371; }
span { border-color: rgb(183,19,113); }
td.TdClassName
{
border-color: #B71371;
}
.TagClassName
{
border-color: #B71371;
}
</style>