Shades of Medium Violet Red #B51D81
Tints of Medium Violet Red #B51D81
RGB
CMYK
RGB Variations
Color information
#B51D81 (or 0xB51D81) is known color: Medium Violet Red. HEX triplet: B5, 1D and 81. RGB value is (181,29,129). Sum of RGB (Red+Green+Blue) = 181+29+129=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51D81 is #4AE27E. Grayscale: #555555. Windows color (decimal): -4907647 or 8461749. OLE color: 8461749.
HSL color Cylindrical-coordinate representation of color #B51D81: hue angle of 320.53º 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 #B51D81 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 29 | 129 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.29 |
| HSL | 320.53º | 0.72% | 0.41% | - |
| HSV(B) | 320.53º | 0.84% | 0.71% | - |
| XYZ | 23.46 | 12.29 | 21.9 | - |
| YUV | 85.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 129 | 0 | 0.84 | 0.29 | 0.29 | 320.53 | 0.72 | 0.41 |
| Hex | B5 | 1D | 81 | 0 | 54 | 1D | 1D | 141 | 48 | 29 |
| Octal | 265 | 35 | 201 | 0 | 124 | 35 | 35 | 501 | 110 | 51 |
| Binary | 10110101 | 11101 | 10000001 | 0 | 1010100 | 11101 | 11101 | 101000001 | 1001000 | 101001 |
Color Harmonies of #B51D81
Complementary color
Monochromatic Colors of #B51D81
Black with #B51D81
Text Example
Text Example
White with #B51D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51D81; }
p { color: rgb(181,29,129); }
H1.HeaderClassName
{
color: #B51D81;
}
.AnyTagClassName
{
color: #B51D81;
}
</style>
background-color css
<style>
a { background-color: #B51D81; }
a { background-color: rgb(181,29,129); }
div.DivClassName
{
background-color: #B51D81;
}
.BgClassName
{
background-color: #B51D81;
}
</style>
border-color css
<style>
span { border-color: #B51D81; }
span { border-color: rgb(181,29,129); }
td.TdClassName
{
border-color: #B51D81;
}
.TagClassName
{
border-color: #B51D81;
}
</style>