Shades of Medium Violet Red #B50176
Tints of Medium Violet Red #B50176
RGB
CMYK
RGB Variations
Color information
#B50176 (or 0xB50176) is known color: Medium Violet Red. HEX triplet: B5, 01 and 76. RGB value is (181,1,118). Sum of RGB (Red+Green+Blue) = 181+1+118=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B50176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50176 is #4AFE89. Grayscale: #434343. Windows color (decimal): -4914826 or 7733685. OLE color: 7733685.
HSL color Cylindrical-coordinate representation of color #B50176: hue angle of 321º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50176 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.29 |
| HSL | 321º | 0.99% | 0.36% | - |
| HSV(B) | 321º | 0.99% | 0.71% | - |
| XYZ | 22.34 | 11.15 | 18.12 | - |
| YUV | 68.16 | 156.13 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 118 | 0 | 0.99 | 0.35 | 0.29 | 321 | 0.99 | 0.36 |
| Hex | B5 | 1 | 76 | 0 | 63 | 23 | 1D | 141 | 63 | 24 |
| Octal | 265 | 1 | 166 | 0 | 143 | 43 | 35 | 501 | 143 | 44 |
| Binary | 10110101 | 1 | 1110110 | 0 | 1100011 | 100011 | 11101 | 101000001 | 1100011 | 100100 |
Color Harmonies of #B50176
Complementary color
Monochromatic Colors of #B50176
Black with #B50176
Text Example
Text Example
White with #B50176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50176; }
p { color: rgb(181,1,118); }
H1.HeaderClassName
{
color: #B50176;
}
.AnyTagClassName
{
color: #B50176;
}
</style>
background-color css
<style>
a { background-color: #B50176; }
a { background-color: rgb(181,1,118); }
div.DivClassName
{
background-color: #B50176;
}
.BgClassName
{
background-color: #B50176;
}
</style>
border-color css
<style>
span { border-color: #B50176; }
span { border-color: rgb(181,1,118); }
td.TdClassName
{
border-color: #B50176;
}
.TagClassName
{
border-color: #B50176;
}
</style>