Shades of Medium Violet Red #B51994
Tints of Medium Violet Red #B51994
RGB
CMYK
RGB Variations
Color information
#B51994 (or 0xB51994) is known color: Medium Violet Red. HEX triplet: B5, 19 and 94. RGB value is (181,25,148). Sum of RGB (Red+Green+Blue) = 181+25+148=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B51994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51994 is #4AE66B. Grayscale: #555555. Windows color (decimal): -4908652 or 9705909. OLE color: 9705909.
HSL color Cylindrical-coordinate representation of color #B51994: hue angle of 312.69º 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 #B51994 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 148 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.29 |
| HSL | 312.69º | 0.76% | 0.4% | - |
| HSV(B) | 312.69º | 0.86% | 0.71% | - |
| XYZ | 24.75 | 12.66 | 29.16 | - |
| YUV | 85.67 | 163.18 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 148 | 0 | 0.86 | 0.18 | 0.29 | 312.69 | 0.76 | 0.4 |
| Hex | B5 | 19 | 94 | 0 | 56 | 12 | 1D | 139 | 4C | 28 |
| Octal | 265 | 31 | 224 | 0 | 126 | 22 | 35 | 471 | 114 | 50 |
| Binary | 10110101 | 11001 | 10010100 | 0 | 1010110 | 10010 | 11101 | 100111001 | 1001100 | 101000 |
Color Harmonies of #B51994
Complementary color
Monochromatic Colors of #B51994
Black with #B51994
Text Example
Text Example
White with #B51994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51994; }
p { color: rgb(181,25,148); }
H1.HeaderClassName
{
color: #B51994;
}
.AnyTagClassName
{
color: #B51994;
}
</style>
background-color css
<style>
a { background-color: #B51994; }
a { background-color: rgb(181,25,148); }
div.DivClassName
{
background-color: #B51994;
}
.BgClassName
{
background-color: #B51994;
}
</style>
border-color css
<style>
span { border-color: #B51994; }
span { border-color: rgb(181,25,148); }
td.TdClassName
{
border-color: #B51994;
}
.TagClassName
{
border-color: #B51994;
}
</style>