Shades of Medium Violet Red #B50477
Tints of Medium Violet Red #B50477
RGB
CMYK
RGB Variations
Color information
#B50477 (or 0xB50477) is known color: Medium Violet Red. HEX triplet: B5, 04 and 77. RGB value is (181,4,119). Sum of RGB (Red+Green+Blue) = 181+4+119=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B50477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50477 is #4AFB88. Grayscale: #454545. Windows color (decimal): -4914057 or 7799989. OLE color: 7799989.
HSL color Cylindrical-coordinate representation of color #B50477: hue angle of 321.02º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50477 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.29 |
| HSL | 321.02º | 0.96% | 0.36% | - |
| HSV(B) | 321.02º | 0.98% | 0.71% | - |
| XYZ | 22.43 | 11.24 | 18.44 | - |
| YUV | 70.03 | 155.64 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 119 | 0 | 0.98 | 0.34 | 0.29 | 321.02 | 0.96 | 0.36 |
| Hex | B5 | 4 | 77 | 0 | 62 | 22 | 1D | 141 | 60 | 24 |
| Octal | 265 | 4 | 167 | 0 | 142 | 42 | 35 | 501 | 140 | 44 |
| Binary | 10110101 | 100 | 1110111 | 0 | 1100010 | 100010 | 11101 | 101000001 | 1100000 | 100100 |
Color Harmonies of #B50477
Complementary color
Monochromatic Colors of #B50477
Black with #B50477
Text Example
Text Example
White with #B50477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50477; }
p { color: rgb(181,4,119); }
H1.HeaderClassName
{
color: #B50477;
}
.AnyTagClassName
{
color: #B50477;
}
</style>
background-color css
<style>
a { background-color: #B50477; }
a { background-color: rgb(181,4,119); }
div.DivClassName
{
background-color: #B50477;
}
.BgClassName
{
background-color: #B50477;
}
</style>
border-color css
<style>
span { border-color: #B50477; }
span { border-color: rgb(181,4,119); }
td.TdClassName
{
border-color: #B50477;
}
.TagClassName
{
border-color: #B50477;
}
</style>