Shades of Medium Violet Red #B51179
Tints of Medium Violet Red #B51179
RGB
CMYK
RGB Variations
Color information
#B51179 (or 0xB51179) is known color: Medium Violet Red. HEX triplet: B5, 11 and 79. RGB value is (181,17,121). Sum of RGB (Red+Green+Blue) = 181+17+121=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B51179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51179 is #4AEE86. Grayscale: #4D4D4D. Windows color (decimal): -4910727 or 7934389. OLE color: 7934389.
HSL color Cylindrical-coordinate representation of color #B51179: hue angle of 321.95º 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 #B51179 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 121 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.29 |
| HSL | 321.95º | 0.83% | 0.39% | - |
| HSV(B) | 321.95º | 0.91% | 0.71% | - |
| XYZ | 22.71 | 11.61 | 19.13 | - |
| YUV | 77.89 | 152.33 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 121 | 0 | 0.91 | 0.33 | 0.29 | 321.95 | 0.83 | 0.39 |
| Hex | B5 | 11 | 79 | 0 | 5B | 21 | 1D | 142 | 53 | 27 |
| Octal | 265 | 21 | 171 | 0 | 133 | 41 | 35 | 502 | 123 | 47 |
| Binary | 10110101 | 10001 | 1111001 | 0 | 1011011 | 100001 | 11101 | 101000010 | 1010011 | 100111 |
Color Harmonies of #B51179
Complementary color
Monochromatic Colors of #B51179
Black with #B51179
Text Example
Text Example
White with #B51179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51179; }
p { color: rgb(181,17,121); }
H1.HeaderClassName
{
color: #B51179;
}
.AnyTagClassName
{
color: #B51179;
}
</style>
background-color css
<style>
a { background-color: #B51179; }
a { background-color: rgb(181,17,121); }
div.DivClassName
{
background-color: #B51179;
}
.BgClassName
{
background-color: #B51179;
}
</style>
border-color css
<style>
span { border-color: #B51179; }
span { border-color: rgb(181,17,121); }
td.TdClassName
{
border-color: #B51179;
}
.TagClassName
{
border-color: #B51179;
}
</style>