Shades of Medium Violet Red #B51D84
Tints of Medium Violet Red #B51D84
RGB
CMYK
RGB Variations
Color information
#B51D84 (or 0xB51D84) is known color: Medium Violet Red. HEX triplet: B5, 1D and 84. RGB value is (181,29,132). Sum of RGB (Red+Green+Blue) = 181+29+132=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51D84 is #4AE27B. Grayscale: #555555. Windows color (decimal): -4907644 or 8658357. OLE color: 8658357.
HSL color Cylindrical-coordinate representation of color #B51D84: hue angle of 319.34º 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 #B51D84 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 29 | 132 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.29 |
| HSL | 319.34º | 0.72% | 0.41% | - |
| HSV(B) | 319.34º | 0.84% | 0.71% | - |
| XYZ | 23.66 | 12.37 | 22.97 | - |
| YUV | 86.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 132 | 0 | 0.84 | 0.27 | 0.29 | 319.34 | 0.72 | 0.41 |
| Hex | B5 | 1D | 84 | 0 | 54 | 1B | 1D | 13F | 48 | 29 |
| Octal | 265 | 35 | 204 | 0 | 124 | 33 | 35 | 477 | 110 | 51 |
| Binary | 10110101 | 11101 | 10000100 | 0 | 1010100 | 11011 | 11101 | 100111111 | 1001000 | 101001 |
Color Harmonies of #B51D84
Complementary color
Monochromatic Colors of #B51D84
Black with #B51D84
Text Example
Text Example
White with #B51D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51D84; }
p { color: rgb(181,29,132); }
H1.HeaderClassName
{
color: #B51D84;
}
.AnyTagClassName
{
color: #B51D84;
}
</style>
background-color css
<style>
a { background-color: #B51D84; }
a { background-color: rgb(181,29,132); }
div.DivClassName
{
background-color: #B51D84;
}
.BgClassName
{
background-color: #B51D84;
}
</style>
border-color css
<style>
span { border-color: #B51D84; }
span { border-color: rgb(181,29,132); }
td.TdClassName
{
border-color: #B51D84;
}
.TagClassName
{
border-color: #B51D84;
}
</style>