Shades of Medium Violet Red #B51990
Tints of Medium Violet Red #B51990
RGB
CMYK
RGB Variations
Color information
#B51990 (or 0xB51990) is known color: Medium Violet Red. HEX triplet: B5, 19 and 90. RGB value is (181,25,144). Sum of RGB (Red+Green+Blue) = 181+25+144=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B51990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51990 is #4AE66F. Grayscale: #545454. Windows color (decimal): -4908656 or 9443765. OLE color: 9443765.
HSL color Cylindrical-coordinate representation of color #B51990: hue angle of 314.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51990 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 144 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.29 |
| HSL | 314.23º | 0.76% | 0.4% | - |
| HSV(B) | 314.23º | 0.86% | 0.71% | - |
| XYZ | 24.44 | 12.53 | 27.52 | - |
| YUV | 85.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 144 | 0 | 0.86 | 0.20 | 0.29 | 314.23 | 0.76 | 0.4 |
| Hex | B5 | 19 | 90 | 0 | 56 | 14 | 1D | 13A | 4C | 28 |
| Octal | 265 | 31 | 220 | 0 | 126 | 24 | 35 | 472 | 114 | 50 |
| Binary | 10110101 | 11001 | 10010000 | 0 | 1010110 | 10100 | 11101 | 100111010 | 1001100 | 101000 |
Color Harmonies of #B51990
Complementary color
Monochromatic Colors of #B51990
Black with #B51990
Text Example
Text Example
White with #B51990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51990; }
p { color: rgb(181,25,144); }
H1.HeaderClassName
{
color: #B51990;
}
.AnyTagClassName
{
color: #B51990;
}
</style>
background-color css
<style>
a { background-color: #B51990; }
a { background-color: rgb(181,25,144); }
div.DivClassName
{
background-color: #B51990;
}
.BgClassName
{
background-color: #B51990;
}
</style>
border-color css
<style>
span { border-color: #B51990; }
span { border-color: rgb(181,25,144); }
td.TdClassName
{
border-color: #B51990;
}
.TagClassName
{
border-color: #B51990;
}
</style>