Shades of Medium Red Violet #B73778
Tints of Medium Red Violet #B73778
RGB
CMYK
RGB Variations
Color information
#B73778 (or 0xB73778) is known color: Medium Red Violet. HEX triplet: B7, 37 and 78. RGB value is (183,55,120). Sum of RGB (Red+Green+Blue) = 183+55+120=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B73778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73778 is #48C887. Grayscale: #646464. Windows color (decimal): -4769928 or 7878583. OLE color: 7878583.
HSL color Cylindrical-coordinate representation of color #B73778: hue angle of 329.53º 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 #B73778 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 120 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.28 |
| HSL | 329.53º | 0.54% | 0.47% | - |
| HSV(B) | 329.53º | 0.7% | 0.72% | - |
| XYZ | 24.28 | 14.16 | 19.22 | - |
| YUV | 100.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 120 | 0 | 0.70 | 0.34 | 0.28 | 329.53 | 0.54 | 0.47 |
| Hex | B7 | 37 | 78 | 0 | 46 | 22 | 1C | 14A | 36 | 2F |
| Octal | 267 | 67 | 170 | 0 | 106 | 42 | 34 | 512 | 66 | 57 |
| Binary | 10110111 | 110111 | 1111000 | 0 | 1000110 | 100010 | 11100 | 101001010 | 110110 | 101111 |
Color Harmonies of #B73778
Complementary color
Monochromatic Colors of #B73778
Black with #B73778
Text Example
Text Example
White with #B73778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73778; }
p { color: rgb(183,55,120); }
H1.HeaderClassName
{
color: #B73778;
}
.AnyTagClassName
{
color: #B73778;
}
</style>
background-color css
<style>
a { background-color: #B73778; }
a { background-color: rgb(183,55,120); }
div.DivClassName
{
background-color: #B73778;
}
.BgClassName
{
background-color: #B73778;
}
</style>
border-color css
<style>
span { border-color: #B73778; }
span { border-color: rgb(183,55,120); }
td.TdClassName
{
border-color: #B73778;
}
.TagClassName
{
border-color: #B73778;
}
</style>