Shades of Medium Violet Red #B51172
Tints of Medium Violet Red #B51172
RGB
CMYK
RGB Variations
Color information
#B51172 (or 0xB51172) is known color: Medium Violet Red. HEX triplet: B5, 11 and 72. RGB value is (181,17,114). Sum of RGB (Red+Green+Blue) = 181+17+114=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B51172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51172 is #4AEE8D. Grayscale: #4C4C4C. Windows color (decimal): -4910734 or 7475637. OLE color: 7475637.
HSL color Cylindrical-coordinate representation of color #B51172: hue angle of 324.51º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51172 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 114 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.29 |
| HSL | 324.51º | 0.83% | 0.39% | - |
| HSV(B) | 324.51º | 0.91% | 0.71% | - |
| XYZ | 22.29 | 11.44 | 16.95 | - |
| YUV | 77.09 | 148.83 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 114 | 0 | 0.91 | 0.37 | 0.29 | 324.51 | 0.83 | 0.39 |
| Hex | B5 | 11 | 72 | 0 | 5B | 25 | 1D | 145 | 53 | 27 |
| Octal | 265 | 21 | 162 | 0 | 133 | 45 | 35 | 505 | 123 | 47 |
| Binary | 10110101 | 10001 | 1110010 | 0 | 1011011 | 100101 | 11101 | 101000101 | 1010011 | 100111 |
Color Harmonies of #B51172
Complementary color
Monochromatic Colors of #B51172
Black with #B51172
Text Example
Text Example
White with #B51172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51172; }
p { color: rgb(181,17,114); }
H1.HeaderClassName
{
color: #B51172;
}
.AnyTagClassName
{
color: #B51172;
}
</style>
background-color css
<style>
a { background-color: #B51172; }
a { background-color: rgb(181,17,114); }
div.DivClassName
{
background-color: #B51172;
}
.BgClassName
{
background-color: #B51172;
}
</style>
border-color css
<style>
span { border-color: #B51172; }
span { border-color: rgb(181,17,114); }
td.TdClassName
{
border-color: #B51172;
}
.TagClassName
{
border-color: #B51172;
}
</style>