Shades of Medium Violet Red #B51888
Tints of Medium Violet Red #B51888
RGB
CMYK
RGB Variations
Color information
#B51888 (or 0xB51888) is known color: Medium Violet Red. HEX triplet: B5, 18 and 88. RGB value is (181,24,136). Sum of RGB (Red+Green+Blue) = 181+24+136=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B51888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51888 is #4AE777. Grayscale: #535353. Windows color (decimal): -4908920 or 8919221. OLE color: 8919221.
HSL color Cylindrical-coordinate representation of color #B51888: hue angle of 317.2º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51888 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 136 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.29 |
| HSL | 317.2º | 0.77% | 0.4% | - |
| HSV(B) | 317.2º | 0.87% | 0.71% | - |
| XYZ | 23.83 | 12.25 | 24.4 | - |
| YUV | 83.71 | 157.51 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 136 | 0 | 0.87 | 0.25 | 0.29 | 317.2 | 0.77 | 0.4 |
| Hex | B5 | 18 | 88 | 0 | 57 | 19 | 1D | 13D | 4D | 28 |
| Octal | 265 | 30 | 210 | 0 | 127 | 31 | 35 | 475 | 115 | 50 |
| Binary | 10110101 | 11000 | 10001000 | 0 | 1010111 | 11001 | 11101 | 100111101 | 1001101 | 101000 |
Color Harmonies of #B51888
Complementary color
Monochromatic Colors of #B51888
Black with #B51888
Text Example
Text Example
White with #B51888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51888; }
p { color: rgb(181,24,136); }
H1.HeaderClassName
{
color: #B51888;
}
.AnyTagClassName
{
color: #B51888;
}
</style>
background-color css
<style>
a { background-color: #B51888; }
a { background-color: rgb(181,24,136); }
div.DivClassName
{
background-color: #B51888;
}
.BgClassName
{
background-color: #B51888;
}
</style>
border-color css
<style>
span { border-color: #B51888; }
span { border-color: rgb(181,24,136); }
td.TdClassName
{
border-color: #B51888;
}
.TagClassName
{
border-color: #B51888;
}
</style>