Shades of Medium Violet Red #B50792
Tints of Medium Violet Red #B50792
RGB
CMYK
RGB Variations
Color information
#B50792 (or 0xB50792) is known color: Medium Violet Red. HEX triplet: B5, 07 and 92. RGB value is (181,7,146). Sum of RGB (Red+Green+Blue) = 181+7+146=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B50792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50792 is #4AF86D. Grayscale: #4A4A4A. Windows color (decimal): -4913262 or 9570229. OLE color: 9570229.
HSL color Cylindrical-coordinate representation of color #B50792: hue angle of 312.07º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50792 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 146 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.29 |
| HSL | 312.07º | 0.93% | 0.37% | - |
| HSV(B) | 312.07º | 0.96% | 0.71% | - |
| XYZ | 24.32 | 12.05 | 28.24 | - |
| YUV | 74.87 | 168.15 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 146 | 0 | 0.96 | 0.19 | 0.29 | 312.07 | 0.93 | 0.37 |
| Hex | B5 | 7 | 92 | 0 | 60 | 13 | 1D | 138 | 5D | 25 |
| Octal | 265 | 7 | 222 | 0 | 140 | 23 | 35 | 470 | 135 | 45 |
| Binary | 10110101 | 111 | 10010010 | 0 | 1100000 | 10011 | 11101 | 100111000 | 1011101 | 100101 |
Color Harmonies of #B50792
Complementary color
Monochromatic Colors of #B50792
Black with #B50792
Text Example
Text Example
White with #B50792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50792; }
p { color: rgb(181,7,146); }
H1.HeaderClassName
{
color: #B50792;
}
.AnyTagClassName
{
color: #B50792;
}
</style>
background-color css
<style>
a { background-color: #B50792; }
a { background-color: rgb(181,7,146); }
div.DivClassName
{
background-color: #B50792;
}
.BgClassName
{
background-color: #B50792;
}
</style>
border-color css
<style>
span { border-color: #B50792; }
span { border-color: rgb(181,7,146); }
td.TdClassName
{
border-color: #B50792;
}
.TagClassName
{
border-color: #B50792;
}
</style>