Shades of Medium Red Violet #B72C73
Tints of Medium Red Violet #B72C73
RGB
CMYK
RGB Variations
Color information
#B72C73 (or 0xB72C73) is known color: Medium Red Violet. HEX triplet: B7, 2C and 73. RGB value is (183,44,115). Sum of RGB (Red+Green+Blue) = 183+44+115=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C73 is #48D38C. Grayscale: #5D5D5D. Windows color (decimal): -4772749 or 7548087. OLE color: 7548087.
HSL color Cylindrical-coordinate representation of color #B72C73: hue angle of 329.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C73 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 115 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.28 |
| HSL | 329.35º | 0.61% | 0.45% | - |
| HSV(B) | 329.35º | 0.76% | 0.72% | - |
| XYZ | 23.52 | 13.11 | 17.51 | - |
| YUV | 93.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 115 | 0 | 0.76 | 0.37 | 0.28 | 329.35 | 0.61 | 0.45 |
| Hex | B7 | 2C | 73 | 0 | 4C | 25 | 1C | 149 | 3D | 2D |
| Octal | 267 | 54 | 163 | 0 | 114 | 45 | 34 | 511 | 75 | 55 |
| Binary | 10110111 | 101100 | 1110011 | 0 | 1001100 | 100101 | 11100 | 101001001 | 111101 | 101101 |
Color Harmonies of #B72C73
Complementary color
Monochromatic Colors of #B72C73
Black with #B72C73
Text Example
Text Example
White with #B72C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C73; }
p { color: rgb(183,44,115); }
H1.HeaderClassName
{
color: #B72C73;
}
.AnyTagClassName
{
color: #B72C73;
}
</style>
background-color css
<style>
a { background-color: #B72C73; }
a { background-color: rgb(183,44,115); }
div.DivClassName
{
background-color: #B72C73;
}
.BgClassName
{
background-color: #B72C73;
}
</style>
border-color css
<style>
span { border-color: #B72C73; }
span { border-color: rgb(183,44,115); }
td.TdClassName
{
border-color: #B72C73;
}
.TagClassName
{
border-color: #B72C73;
}
</style>