Shades of Medium Red Violet #B73877
Tints of Medium Red Violet #B73877
RGB
CMYK
RGB Variations
Color information
#B73877 (or 0xB73877) is known color: Medium Red Violet. HEX triplet: B7, 38 and 77. RGB value is (183,56,119). Sum of RGB (Red+Green+Blue) = 183+56+119=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B73877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73877 is #48C788. Grayscale: #656565. Windows color (decimal): -4769673 or 7813303. OLE color: 7813303.
HSL color Cylindrical-coordinate representation of color #B73877: hue angle of 330.24º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73877 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 119 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.28 |
| HSL | 330.24º | 0.53% | 0.47% | - |
| HSV(B) | 330.24º | 0.69% | 0.72% | - |
| XYZ | 24.27 | 14.23 | 18.92 | - |
| YUV | 101.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 119 | 0 | 0.69 | 0.35 | 0.28 | 330.24 | 0.53 | 0.47 |
| Hex | B7 | 38 | 77 | 0 | 45 | 23 | 1C | 14A | 35 | 2F |
| Octal | 267 | 70 | 167 | 0 | 105 | 43 | 34 | 512 | 65 | 57 |
| Binary | 10110111 | 111000 | 1110111 | 0 | 1000101 | 100011 | 11100 | 101001010 | 110101 | 101111 |
Color Harmonies of #B73877
Complementary color
Monochromatic Colors of #B73877
Black with #B73877
Text Example
Text Example
White with #B73877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73877; }
p { color: rgb(183,56,119); }
H1.HeaderClassName
{
color: #B73877;
}
.AnyTagClassName
{
color: #B73877;
}
</style>
background-color css
<style>
a { background-color: #B73877; }
a { background-color: rgb(183,56,119); }
div.DivClassName
{
background-color: #B73877;
}
.BgClassName
{
background-color: #B73877;
}
</style>
border-color css
<style>
span { border-color: #B73877; }
span { border-color: rgb(183,56,119); }
td.TdClassName
{
border-color: #B73877;
}
.TagClassName
{
border-color: #B73877;
}
</style>