Shades of Medium Red Violet #B73780
Tints of Medium Red Violet #B73780
RGB
CMYK
RGB Variations
Color information
#B73780 (or 0xB73780) is known color: Medium Red Violet. HEX triplet: B7, 37 and 80. RGB value is (183,55,128). Sum of RGB (Red+Green+Blue) = 183+55+128=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B73780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73780 is #48C87F. Grayscale: #656565. Windows color (decimal): -4769920 or 8402871. OLE color: 8402871.
HSL color Cylindrical-coordinate representation of color #B73780: hue angle of 325.78º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73780 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 128 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.28 |
| HSL | 325.78º | 0.54% | 0.47% | - |
| HSV(B) | 325.78º | 0.7% | 0.72% | - |
| XYZ | 24.79 | 14.36 | 21.89 | - |
| YUV | 101.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 128 | 0 | 0.70 | 0.30 | 0.28 | 325.78 | 0.54 | 0.47 |
| Hex | B7 | 37 | 80 | 0 | 46 | 1E | 1C | 146 | 36 | 2F |
| Octal | 267 | 67 | 200 | 0 | 106 | 36 | 34 | 506 | 66 | 57 |
| Binary | 10110111 | 110111 | 10000000 | 0 | 1000110 | 11110 | 11100 | 101000110 | 110110 | 101111 |
Color Harmonies of #B73780
Complementary color
Monochromatic Colors of #B73780
Black with #B73780
Text Example
Text Example
White with #B73780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73780; }
p { color: rgb(183,55,128); }
H1.HeaderClassName
{
color: #B73780;
}
.AnyTagClassName
{
color: #B73780;
}
</style>
background-color css
<style>
a { background-color: #B73780; }
a { background-color: rgb(183,55,128); }
div.DivClassName
{
background-color: #B73780;
}
.BgClassName
{
background-color: #B73780;
}
</style>
border-color css
<style>
span { border-color: #B73780; }
span { border-color: rgb(183,55,128); }
td.TdClassName
{
border-color: #B73780;
}
.TagClassName
{
border-color: #B73780;
}
</style>