Shades of Medium Violet Red #B51187
Tints of Medium Violet Red #B51187
RGB
CMYK
RGB Variations
Color information
#B51187 (or 0xB51187) is known color: Medium Violet Red. HEX triplet: B5, 11 and 87. RGB value is (181,17,135). Sum of RGB (Red+Green+Blue) = 181+17+135=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B51187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51187 is #4AEE78. Grayscale: #4F4F4F. Windows color (decimal): -4910713 or 8851893. OLE color: 8851893.
HSL color Cylindrical-coordinate representation of color #B51187: hue angle of 316.83º 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 #B51187 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 135 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.29 |
| HSL | 316.83º | 0.83% | 0.39% | - |
| HSV(B) | 316.83º | 0.91% | 0.71% | - |
| XYZ | 23.63 | 11.97 | 23.99 | - |
| YUV | 79.49 | 159.33 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 135 | 0 | 0.91 | 0.25 | 0.29 | 316.83 | 0.83 | 0.39 |
| Hex | B5 | 11 | 87 | 0 | 5B | 19 | 1D | 13D | 53 | 27 |
| Octal | 265 | 21 | 207 | 0 | 133 | 31 | 35 | 475 | 123 | 47 |
| Binary | 10110101 | 10001 | 10000111 | 0 | 1011011 | 11001 | 11101 | 100111101 | 1010011 | 100111 |
Color Harmonies of #B51187
Complementary color
Monochromatic Colors of #B51187
Black with #B51187
Text Example
Text Example
White with #B51187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51187; }
p { color: rgb(181,17,135); }
H1.HeaderClassName
{
color: #B51187;
}
.AnyTagClassName
{
color: #B51187;
}
</style>
background-color css
<style>
a { background-color: #B51187; }
a { background-color: rgb(181,17,135); }
div.DivClassName
{
background-color: #B51187;
}
.BgClassName
{
background-color: #B51187;
}
</style>
border-color css
<style>
span { border-color: #B51187; }
span { border-color: rgb(181,17,135); }
td.TdClassName
{
border-color: #B51187;
}
.TagClassName
{
border-color: #B51187;
}
</style>