Shades of Medium Violet Red #B51973
Tints of Medium Violet Red #B51973
RGB
CMYK
RGB Variations
Color information
#B51973 (or 0xB51973) is known color: Medium Violet Red. HEX triplet: B5, 19 and 73. RGB value is (181,25,115). Sum of RGB (Red+Green+Blue) = 181+25+115=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B51973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51973 is #4AE68C. Grayscale: #515151. Windows color (decimal): -4908685 or 7543221. OLE color: 7543221.
HSL color Cylindrical-coordinate representation of color #B51973: hue angle of 325.38º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51973 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 115 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.29 |
| HSL | 325.38º | 0.76% | 0.4% | - |
| HSV(B) | 325.38º | 0.86% | 0.71% | - |
| XYZ | 22.5 | 11.76 | 17.3 | - |
| YUV | 81.9 | 146.68 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 115 | 0 | 0.86 | 0.36 | 0.29 | 325.38 | 0.76 | 0.4 |
| Hex | B5 | 19 | 73 | 0 | 56 | 24 | 1D | 145 | 4C | 28 |
| Octal | 265 | 31 | 163 | 0 | 126 | 44 | 35 | 505 | 114 | 50 |
| Binary | 10110101 | 11001 | 1110011 | 0 | 1010110 | 100100 | 11101 | 101000101 | 1001100 | 101000 |
Color Harmonies of #B51973
Complementary color
Monochromatic Colors of #B51973
Black with #B51973
Text Example
Text Example
White with #B51973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51973; }
p { color: rgb(181,25,115); }
H1.HeaderClassName
{
color: #B51973;
}
.AnyTagClassName
{
color: #B51973;
}
</style>
background-color css
<style>
a { background-color: #B51973; }
a { background-color: rgb(181,25,115); }
div.DivClassName
{
background-color: #B51973;
}
.BgClassName
{
background-color: #B51973;
}
</style>
border-color css
<style>
span { border-color: #B51973; }
span { border-color: rgb(181,25,115); }
td.TdClassName
{
border-color: #B51973;
}
.TagClassName
{
border-color: #B51973;
}
</style>