Shades of Medium Violet Red #B51688
Tints of Medium Violet Red #B51688
RGB
CMYK
RGB Variations
Color information
#B51688 (or 0xB51688) is known color: Medium Violet Red. HEX triplet: B5, 16 and 88. RGB value is (181,22,136). Sum of RGB (Red+Green+Blue) = 181+22+136=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B51688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51688 is #4AE977. Grayscale: #525252. Windows color (decimal): -4909432 or 8918709. OLE color: 8918709.
HSL color Cylindrical-coordinate representation of color #B51688: hue angle of 316.98º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51688 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 22 | 136 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.29 |
| HSL | 316.98º | 0.78% | 0.4% | - |
| HSV(B) | 316.98º | 0.88% | 0.71% | - |
| XYZ | 23.79 | 12.18 | 24.39 | - |
| YUV | 82.54 | 158.18 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 136 | 0 | 0.88 | 0.25 | 0.29 | 316.98 | 0.78 | 0.4 |
| Hex | B5 | 16 | 88 | 0 | 58 | 19 | 1D | 13D | 4E | 28 |
| Octal | 265 | 26 | 210 | 0 | 130 | 31 | 35 | 475 | 116 | 50 |
| Binary | 10110101 | 10110 | 10001000 | 0 | 1011000 | 11001 | 11101 | 100111101 | 1001110 | 101000 |
Color Harmonies of #B51688
Complementary color
Monochromatic Colors of #B51688
Black with #B51688
Text Example
Text Example
White with #B51688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51688; }
p { color: rgb(181,22,136); }
H1.HeaderClassName
{
color: #B51688;
}
.AnyTagClassName
{
color: #B51688;
}
</style>
background-color css
<style>
a { background-color: #B51688; }
a { background-color: rgb(181,22,136); }
div.DivClassName
{
background-color: #B51688;
}
.BgClassName
{
background-color: #B51688;
}
</style>
border-color css
<style>
span { border-color: #B51688; }
span { border-color: rgb(181,22,136); }
td.TdClassName
{
border-color: #B51688;
}
.TagClassName
{
border-color: #B51688;
}
</style>