Shades of Medium Violet Red #B50487
Tints of Medium Violet Red #B50487
RGB
CMYK
RGB Variations
Color information
#B50487 (or 0xB50487) is known color: Medium Violet Red. HEX triplet: B5, 04 and 87. RGB value is (181,4,135). Sum of RGB (Red+Green+Blue) = 181+4+135=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B50487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50487 is #4AFB78. Grayscale: #474747. Windows color (decimal): -4914041 or 8848565. OLE color: 8848565.
HSL color Cylindrical-coordinate representation of color #B50487: hue angle of 315.59º degrees, saturation: 0.96, 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 #B50487 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 135 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.29 |
| HSL | 315.59º | 0.96% | 0.36% | - |
| HSV(B) | 315.59º | 0.98% | 0.71% | - |
| XYZ | 23.47 | 11.66 | 23.94 | - |
| YUV | 71.86 | 163.64 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 135 | 0 | 0.98 | 0.25 | 0.29 | 315.59 | 0.96 | 0.36 |
| Hex | B5 | 4 | 87 | 0 | 62 | 19 | 1D | 13C | 60 | 24 |
| Octal | 265 | 4 | 207 | 0 | 142 | 31 | 35 | 474 | 140 | 44 |
| Binary | 10110101 | 100 | 10000111 | 0 | 1100010 | 11001 | 11101 | 100111100 | 1100000 | 100100 |
Color Harmonies of #B50487
Complementary color
Monochromatic Colors of #B50487
Black with #B50487
Text Example
Text Example
White with #B50487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50487; }
p { color: rgb(181,4,135); }
H1.HeaderClassName
{
color: #B50487;
}
.AnyTagClassName
{
color: #B50487;
}
</style>
background-color css
<style>
a { background-color: #B50487; }
a { background-color: rgb(181,4,135); }
div.DivClassName
{
background-color: #B50487;
}
.BgClassName
{
background-color: #B50487;
}
</style>
border-color css
<style>
span { border-color: #B50487; }
span { border-color: rgb(181,4,135); }
td.TdClassName
{
border-color: #B50487;
}
.TagClassName
{
border-color: #B50487;
}
</style>