Shades of Medium Violet Red #B50978
Tints of Medium Violet Red #B50978
RGB
CMYK
RGB Variations
Color information
#B50978 (or 0xB50978) is known color: Medium Violet Red. HEX triplet: B5, 09 and 78. RGB value is (181,9,120). Sum of RGB (Red+Green+Blue) = 181+9+120=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B50978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50978 is #4AF687. Grayscale: #484848. Windows color (decimal): -4912776 or 7866805. OLE color: 7866805.
HSL color Cylindrical-coordinate representation of color #B50978: hue angle of 321.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50978 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 9 | 120 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.29 |
| HSL | 321.28º | 0.91% | 0.37% | - |
| HSV(B) | 321.28º | 0.95% | 0.71% | - |
| XYZ | 22.54 | 11.38 | 18.78 | - |
| YUV | 73.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 120 | 0 | 0.95 | 0.34 | 0.29 | 321.28 | 0.91 | 0.37 |
| Hex | B5 | 9 | 78 | 0 | 5F | 22 | 1D | 141 | 5B | 25 |
| Octal | 265 | 11 | 170 | 0 | 137 | 42 | 35 | 501 | 133 | 45 |
| Binary | 10110101 | 1001 | 1111000 | 0 | 1011111 | 100010 | 11101 | 101000001 | 1011011 | 100101 |
Color Harmonies of #B50978
Complementary color
Monochromatic Colors of #B50978
Black with #B50978
Text Example
Text Example
White with #B50978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50978; }
p { color: rgb(181,9,120); }
H1.HeaderClassName
{
color: #B50978;
}
.AnyTagClassName
{
color: #B50978;
}
</style>
background-color css
<style>
a { background-color: #B50978; }
a { background-color: rgb(181,9,120); }
div.DivClassName
{
background-color: #B50978;
}
.BgClassName
{
background-color: #B50978;
}
</style>
border-color css
<style>
span { border-color: #B50978; }
span { border-color: rgb(181,9,120); }
td.TdClassName
{
border-color: #B50978;
}
.TagClassName
{
border-color: #B50978;
}
</style>