Shades of Medium Violet Red #B50478
Tints of Medium Violet Red #B50478
RGB
CMYK
RGB Variations
Color information
#B50478 (or 0xB50478) is known color: Medium Violet Red. HEX triplet: B5, 04 and 78. RGB value is (181,4,120). Sum of RGB (Red+Green+Blue) = 181+4+120=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B50478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50478 is #4AFB87. Grayscale: #454545. Windows color (decimal): -4914056 or 7865525. OLE color: 7865525.
HSL color Cylindrical-coordinate representation of color #B50478: hue angle of 320.68º 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 #B50478 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.29 |
| HSL | 320.68º | 0.96% | 0.36% | - |
| HSV(B) | 320.68º | 0.98% | 0.71% | - |
| XYZ | 22.49 | 11.27 | 18.76 | - |
| YUV | 70.15 | 156.14 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 120 | 0 | 0.98 | 0.34 | 0.29 | 320.68 | 0.96 | 0.36 |
| Hex | B5 | 4 | 78 | 0 | 62 | 22 | 1D | 141 | 60 | 24 |
| Octal | 265 | 4 | 170 | 0 | 142 | 42 | 35 | 501 | 140 | 44 |
| Binary | 10110101 | 100 | 1111000 | 0 | 1100010 | 100010 | 11101 | 101000001 | 1100000 | 100100 |
Color Harmonies of #B50478
Complementary color
Monochromatic Colors of #B50478
Black with #B50478
Text Example
Text Example
White with #B50478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50478; }
p { color: rgb(181,4,120); }
H1.HeaderClassName
{
color: #B50478;
}
.AnyTagClassName
{
color: #B50478;
}
</style>
background-color css
<style>
a { background-color: #B50478; }
a { background-color: rgb(181,4,120); }
div.DivClassName
{
background-color: #B50478;
}
.BgClassName
{
background-color: #B50478;
}
</style>
border-color css
<style>
span { border-color: #B50478; }
span { border-color: rgb(181,4,120); }
td.TdClassName
{
border-color: #B50478;
}
.TagClassName
{
border-color: #B50478;
}
</style>