Shades of Medium Red Violet #B73579
Tints of Medium Red Violet #B73579
RGB
CMYK
RGB Variations
Color information
#B73579 (or 0xB73579) is known color: Medium Red Violet. HEX triplet: B7, 35 and 79. RGB value is (183,53,121). Sum of RGB (Red+Green+Blue) = 183+53+121=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B73579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73579 is #48CA86. Grayscale: #636363. Windows color (decimal): -4770439 or 7943607. OLE color: 7943607.
HSL color Cylindrical-coordinate representation of color #B73579: hue angle of 328.62º 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 #B73579 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 121 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.28 |
| HSL | 328.62º | 0.55% | 0.46% | - |
| HSV(B) | 328.62º | 0.71% | 0.72% | - |
| XYZ | 24.25 | 13.99 | 19.51 | - |
| YUV | 99.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 121 | 0 | 0.71 | 0.34 | 0.28 | 328.62 | 0.55 | 0.46 |
| Hex | B7 | 35 | 79 | 0 | 47 | 22 | 1C | 149 | 37 | 2E |
| Octal | 267 | 65 | 171 | 0 | 107 | 42 | 34 | 511 | 67 | 56 |
| Binary | 10110111 | 110101 | 1111001 | 0 | 1000111 | 100010 | 11100 | 101001001 | 110111 | 101110 |
Color Harmonies of #B73579
Complementary color
Monochromatic Colors of #B73579
Black with #B73579
Text Example
Text Example
White with #B73579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73579; }
p { color: rgb(183,53,121); }
H1.HeaderClassName
{
color: #B73579;
}
.AnyTagClassName
{
color: #B73579;
}
</style>
background-color css
<style>
a { background-color: #B73579; }
a { background-color: rgb(183,53,121); }
div.DivClassName
{
background-color: #B73579;
}
.BgClassName
{
background-color: #B73579;
}
</style>
border-color css
<style>
span { border-color: #B73579; }
span { border-color: rgb(183,53,121); }
td.TdClassName
{
border-color: #B73579;
}
.TagClassName
{
border-color: #B73579;
}
</style>