Shades of Medium Violet Red #B71373
Tints of Medium Violet Red #B71373
RGB
CMYK
RGB Variations
Color information
#B71373 (or 0xB71373) is known color: Medium Violet Red. HEX triplet: B7, 13 and 73. RGB value is (183,19,115). Sum of RGB (Red+Green+Blue) = 183+19+115=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B71373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71373 is #48EC8C. Grayscale: #4E4E4E. Windows color (decimal): -4779149 or 7541687. OLE color: 7541687.
HSL color Cylindrical-coordinate representation of color #B71373: hue angle of 324.88º 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 #B71373 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 115 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.28 |
| HSL | 324.88º | 0.81% | 0.4% | - |
| HSV(B) | 324.88º | 0.9% | 0.72% | - |
| XYZ | 22.86 | 11.77 | 17.29 | - |
| YUV | 78.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 115 | 0 | 0.90 | 0.37 | 0.28 | 324.88 | 0.81 | 0.4 |
| Hex | B7 | 13 | 73 | 0 | 5A | 25 | 1C | 145 | 51 | 28 |
| Octal | 267 | 23 | 163 | 0 | 132 | 45 | 34 | 505 | 121 | 50 |
| Binary | 10110111 | 10011 | 1110011 | 0 | 1011010 | 100101 | 11100 | 101000101 | 1010001 | 101000 |
Color Harmonies of #B71373
Complementary color
Monochromatic Colors of #B71373
Black with #B71373
Text Example
Text Example
White with #B71373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71373; }
p { color: rgb(183,19,115); }
H1.HeaderClassName
{
color: #B71373;
}
.AnyTagClassName
{
color: #B71373;
}
</style>
background-color css
<style>
a { background-color: #B71373; }
a { background-color: rgb(183,19,115); }
div.DivClassName
{
background-color: #B71373;
}
.BgClassName
{
background-color: #B71373;
}
</style>
border-color css
<style>
span { border-color: #B71373; }
span { border-color: rgb(183,19,115); }
td.TdClassName
{
border-color: #B71373;
}
.TagClassName
{
border-color: #B71373;
}
</style>