Shades of Medium Violet Red #B51773
Tints of Medium Violet Red #B51773
RGB
CMYK
RGB Variations
Color information
#B51773 (or 0xB51773) is known color: Medium Violet Red. HEX triplet: B5, 17 and 73. RGB value is (181,23,115). Sum of RGB (Red+Green+Blue) = 181+23+115=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B51773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51773 is #4AE88C. Grayscale: #505050. Windows color (decimal): -4909197 or 7542709. OLE color: 7542709.
HSL color Cylindrical-coordinate representation of color #B51773: hue angle of 325.06º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51773 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 115 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.29 |
| HSL | 325.06º | 0.77% | 0.4% | - |
| HSV(B) | 325.06º | 0.87% | 0.71% | - |
| XYZ | 22.46 | 11.67 | 17.29 | - |
| YUV | 80.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 115 | 0 | 0.87 | 0.36 | 0.29 | 325.06 | 0.77 | 0.4 |
| Hex | B5 | 17 | 73 | 0 | 57 | 24 | 1D | 145 | 4D | 28 |
| Octal | 265 | 27 | 163 | 0 | 127 | 44 | 35 | 505 | 115 | 50 |
| Binary | 10110101 | 10111 | 1110011 | 0 | 1010111 | 100100 | 11101 | 101000101 | 1001101 | 101000 |
Color Harmonies of #B51773
Complementary color
Monochromatic Colors of #B51773
Black with #B51773
Text Example
Text Example
White with #B51773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51773; }
p { color: rgb(181,23,115); }
H1.HeaderClassName
{
color: #B51773;
}
.AnyTagClassName
{
color: #B51773;
}
</style>
background-color css
<style>
a { background-color: #B51773; }
a { background-color: rgb(181,23,115); }
div.DivClassName
{
background-color: #B51773;
}
.BgClassName
{
background-color: #B51773;
}
</style>
border-color css
<style>
span { border-color: #B51773; }
span { border-color: rgb(181,23,115); }
td.TdClassName
{
border-color: #B51773;
}
.TagClassName
{
border-color: #B51773;
}
</style>