Shades of Medium Violet Red #B51D70
Tints of Medium Violet Red #B51D70
RGB
CMYK
RGB Variations
Color information
#B51D70 (or 0xB51D70) is known color: Medium Violet Red. HEX triplet: B5, 1D and 70. RGB value is (181,29,112). Sum of RGB (Red+Green+Blue) = 181+29+112=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51D70 is #4AE28F. Grayscale: #535353. Windows color (decimal): -4907664 or 7347637. OLE color: 7347637.
HSL color Cylindrical-coordinate representation of color #B51D70: hue angle of 327.24º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51D70 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 29 | 112 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.29 |
| HSL | 327.24º | 0.72% | 0.41% | - |
| HSV(B) | 327.24º | 0.84% | 0.71% | - |
| XYZ | 22.42 | 11.87 | 16.44 | - |
| YUV | 83.91 | 143.86 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 112 | 0 | 0.84 | 0.38 | 0.29 | 327.24 | 0.72 | 0.41 |
| Hex | B5 | 1D | 70 | 0 | 54 | 26 | 1D | 147 | 48 | 29 |
| Octal | 265 | 35 | 160 | 0 | 124 | 46 | 35 | 507 | 110 | 51 |
| Binary | 10110101 | 11101 | 1110000 | 0 | 1010100 | 100110 | 11101 | 101000111 | 1001000 | 101001 |
Color Harmonies of #B51D70
Complementary color
Monochromatic Colors of #B51D70
Black with #B51D70
Text Example
Text Example
White with #B51D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51D70; }
p { color: rgb(181,29,112); }
H1.HeaderClassName
{
color: #B51D70;
}
.AnyTagClassName
{
color: #B51D70;
}
</style>
background-color css
<style>
a { background-color: #B51D70; }
a { background-color: rgb(181,29,112); }
div.DivClassName
{
background-color: #B51D70;
}
.BgClassName
{
background-color: #B51D70;
}
</style>
border-color css
<style>
span { border-color: #B51D70; }
span { border-color: rgb(181,29,112); }
td.TdClassName
{
border-color: #B51D70;
}
.TagClassName
{
border-color: #B51D70;
}
</style>