Shades of Medium Violet Red #B50376
Tints of Medium Violet Red #B50376
RGB
CMYK
RGB Variations
Color information
#B50376 (or 0xB50376) is known color: Medium Violet Red. HEX triplet: B5, 03 and 76. RGB value is (181,3,118). Sum of RGB (Red+Green+Blue) = 181+3+118=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B50376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50376 is #4AFC89. Grayscale: #454545. Windows color (decimal): -4914314 or 7734197. OLE color: 7734197.
HSL color Cylindrical-coordinate representation of color #B50376: hue angle of 321.24º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50376 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 118 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.29 |
| HSL | 321.24º | 0.97% | 0.36% | - |
| HSV(B) | 321.24º | 0.98% | 0.71% | - |
| XYZ | 22.36 | 11.2 | 18.12 | - |
| YUV | 69.33 | 155.47 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 118 | 0 | 0.98 | 0.35 | 0.29 | 321.24 | 0.97 | 0.36 |
| Hex | B5 | 3 | 76 | 0 | 62 | 23 | 1D | 141 | 61 | 24 |
| Octal | 265 | 3 | 166 | 0 | 142 | 43 | 35 | 501 | 141 | 44 |
| Binary | 10110101 | 11 | 1110110 | 0 | 1100010 | 100011 | 11101 | 101000001 | 1100001 | 100100 |
Color Harmonies of #B50376
Complementary color
Monochromatic Colors of #B50376
Black with #B50376
Text Example
Text Example
White with #B50376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50376; }
p { color: rgb(181,3,118); }
H1.HeaderClassName
{
color: #B50376;
}
.AnyTagClassName
{
color: #B50376;
}
</style>
background-color css
<style>
a { background-color: #B50376; }
a { background-color: rgb(181,3,118); }
div.DivClassName
{
background-color: #B50376;
}
.BgClassName
{
background-color: #B50376;
}
</style>
border-color css
<style>
span { border-color: #B50376; }
span { border-color: rgb(181,3,118); }
td.TdClassName
{
border-color: #B50376;
}
.TagClassName
{
border-color: #B50376;
}
</style>