Shades of Medium Red Violet #B73277
Tints of Medium Red Violet #B73277
RGB
CMYK
RGB Variations
Color information
#B73277 (or 0xB73277) is known color: Medium Red Violet. HEX triplet: B7, 32 and 77. RGB value is (183,50,119). Sum of RGB (Red+Green+Blue) = 183+50+119=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B73277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73277 is #48CD88. Grayscale: #616161. Windows color (decimal): -4771209 or 7811767. OLE color: 7811767.
HSL color Cylindrical-coordinate representation of color #B73277: hue angle of 328.87º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73277 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 119 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.28 |
| HSL | 328.87º | 0.57% | 0.46% | - |
| HSV(B) | 328.87º | 0.73% | 0.72% | - |
| XYZ | 24 | 13.68 | 18.83 | - |
| YUV | 97.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 119 | 0 | 0.73 | 0.35 | 0.28 | 328.87 | 0.57 | 0.46 |
| Hex | B7 | 32 | 77 | 0 | 49 | 23 | 1C | 149 | 39 | 2E |
| Octal | 267 | 62 | 167 | 0 | 111 | 43 | 34 | 511 | 71 | 56 |
| Binary | 10110111 | 110010 | 1110111 | 0 | 1001001 | 100011 | 11100 | 101001001 | 111001 | 101110 |
Color Harmonies of #B73277
Complementary color
Monochromatic Colors of #B73277
Black with #B73277
Text Example
Text Example
White with #B73277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73277; }
p { color: rgb(183,50,119); }
H1.HeaderClassName
{
color: #B73277;
}
.AnyTagClassName
{
color: #B73277;
}
</style>
background-color css
<style>
a { background-color: #B73277; }
a { background-color: rgb(183,50,119); }
div.DivClassName
{
background-color: #B73277;
}
.BgClassName
{
background-color: #B73277;
}
</style>
border-color css
<style>
span { border-color: #B73277; }
span { border-color: rgb(183,50,119); }
td.TdClassName
{
border-color: #B73277;
}
.TagClassName
{
border-color: #B73277;
}
</style>