Shades of Medium Red Violet #B73779
Tints of Medium Red Violet #B73779
RGB
CMYK
RGB Variations
Color information
#B73779 (or 0xB73779) is known color: Medium Red Violet. HEX triplet: B7, 37 and 79. RGB value is (183,55,121). Sum of RGB (Red+Green+Blue) = 183+55+121=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B73779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73779 is #48C886. Grayscale: #646464. Windows color (decimal): -4769927 or 7944119. OLE color: 7944119.
HSL color Cylindrical-coordinate representation of color #B73779: hue angle of 329.06º 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 #B73779 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 121 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.28 |
| HSL | 329.06º | 0.54% | 0.47% | - |
| HSV(B) | 329.06º | 0.7% | 0.72% | - |
| XYZ | 24.35 | 14.18 | 19.54 | - |
| YUV | 100.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 121 | 0 | 0.70 | 0.34 | 0.28 | 329.06 | 0.54 | 0.47 |
| Hex | B7 | 37 | 79 | 0 | 46 | 22 | 1C | 149 | 36 | 2F |
| Octal | 267 | 67 | 171 | 0 | 106 | 42 | 34 | 511 | 66 | 57 |
| Binary | 10110111 | 110111 | 1111001 | 0 | 1000110 | 100010 | 11100 | 101001001 | 110110 | 101111 |
Color Harmonies of #B73779
Complementary color
Monochromatic Colors of #B73779
Black with #B73779
Text Example
Text Example
White with #B73779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73779; }
p { color: rgb(183,55,121); }
H1.HeaderClassName
{
color: #B73779;
}
.AnyTagClassName
{
color: #B73779;
}
</style>
background-color css
<style>
a { background-color: #B73779; }
a { background-color: rgb(183,55,121); }
div.DivClassName
{
background-color: #B73779;
}
.BgClassName
{
background-color: #B73779;
}
</style>
border-color css
<style>
span { border-color: #B73779; }
span { border-color: rgb(183,55,121); }
td.TdClassName
{
border-color: #B73779;
}
.TagClassName
{
border-color: #B73779;
}
</style>