Shades of Medium Violet Red #B51673
Tints of Medium Violet Red #B51673
RGB
CMYK
RGB Variations
Color information
#B51673 (or 0xB51673) is known color: Medium Violet Red. HEX triplet: B5, 16 and 73. RGB value is (181,22,115). Sum of RGB (Red+Green+Blue) = 181+22+115=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B51673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51673 is #4AE98C. Grayscale: #4F4F4F. Windows color (decimal): -4909453 or 7542453. OLE color: 7542453.
HSL color Cylindrical-coordinate representation of color #B51673: hue angle of 324.91º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51673 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 22 | 115 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.29 |
| HSL | 324.91º | 0.78% | 0.4% | - |
| HSV(B) | 324.91º | 0.88% | 0.71% | - |
| XYZ | 22.44 | 11.64 | 17.28 | - |
| YUV | 80.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 115 | 0 | 0.88 | 0.36 | 0.29 | 324.91 | 0.78 | 0.4 |
| Hex | B5 | 16 | 73 | 0 | 58 | 24 | 1D | 145 | 4E | 28 |
| Octal | 265 | 26 | 163 | 0 | 130 | 44 | 35 | 505 | 116 | 50 |
| Binary | 10110101 | 10110 | 1110011 | 0 | 1011000 | 100100 | 11101 | 101000101 | 1001110 | 101000 |
Color Harmonies of #B51673
Complementary color
Monochromatic Colors of #B51673
Black with #B51673
Text Example
Text Example
White with #B51673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51673; }
p { color: rgb(181,22,115); }
H1.HeaderClassName
{
color: #B51673;
}
.AnyTagClassName
{
color: #B51673;
}
</style>
background-color css
<style>
a { background-color: #B51673; }
a { background-color: rgb(181,22,115); }
div.DivClassName
{
background-color: #B51673;
}
.BgClassName
{
background-color: #B51673;
}
</style>
border-color css
<style>
span { border-color: #B51673; }
span { border-color: rgb(181,22,115); }
td.TdClassName
{
border-color: #B51673;
}
.TagClassName
{
border-color: #B51673;
}
</style>