Shades of Medium Red Violet #B73576
Tints of Medium Red Violet #B73576
RGB
CMYK
RGB Variations
Color information
#B73576 (or 0xB73576) is known color: Medium Red Violet. HEX triplet: B7, 35 and 76. RGB value is (183,53,118). Sum of RGB (Red+Green+Blue) = 183+53+118=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B73576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73576 is #48CA89. Grayscale: #636363. Windows color (decimal): -4770442 or 7746999. OLE color: 7746999.
HSL color Cylindrical-coordinate representation of color #B73576: hue angle of 330º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73576 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 118 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.28 |
| HSL | 330º | 0.55% | 0.46% | - |
| HSV(B) | 330º | 0.71% | 0.72% | - |
| XYZ | 24.07 | 13.92 | 18.56 | - |
| YUV | 99.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 118 | 0 | 0.71 | 0.36 | 0.28 | 330 | 0.55 | 0.46 |
| Hex | B7 | 35 | 76 | 0 | 47 | 24 | 1C | 14A | 37 | 2E |
| Octal | 267 | 65 | 166 | 0 | 107 | 44 | 34 | 512 | 67 | 56 |
| Binary | 10110111 | 110101 | 1110110 | 0 | 1000111 | 100100 | 11100 | 101001010 | 110111 | 101110 |
Color Harmonies of #B73576
Complementary color
Monochromatic Colors of #B73576
Black with #B73576
Text Example
Text Example
White with #B73576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73576; }
p { color: rgb(183,53,118); }
H1.HeaderClassName
{
color: #B73576;
}
.AnyTagClassName
{
color: #B73576;
}
</style>
background-color css
<style>
a { background-color: #B73576; }
a { background-color: rgb(183,53,118); }
div.DivClassName
{
background-color: #B73576;
}
.BgClassName
{
background-color: #B73576;
}
</style>
border-color css
<style>
span { border-color: #B73576; }
span { border-color: rgb(183,53,118); }
td.TdClassName
{
border-color: #B73576;
}
.TagClassName
{
border-color: #B73576;
}
</style>