Shades of Medium Violet Red #B50679
Tints of Medium Violet Red #B50679
RGB
CMYK
RGB Variations
Color information
#B50679 (or 0xB50679) is known color: Medium Violet Red. HEX triplet: B5, 06 and 79. RGB value is (181,6,121). Sum of RGB (Red+Green+Blue) = 181+6+121=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B50679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50679 is #4AF986. Grayscale: #474747. Windows color (decimal): -4913543 or 7931573. OLE color: 7931573.
HSL color Cylindrical-coordinate representation of color #B50679: hue angle of 320.57º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50679 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 121 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.29 |
| HSL | 320.57º | 0.94% | 0.37% | - |
| HSV(B) | 320.57º | 0.97% | 0.71% | - |
| XYZ | 22.57 | 11.33 | 19.09 | - |
| YUV | 71.44 | 155.98 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 121 | 0 | 0.97 | 0.33 | 0.29 | 320.57 | 0.94 | 0.37 |
| Hex | B5 | 6 | 79 | 0 | 61 | 21 | 1D | 141 | 5E | 25 |
| Octal | 265 | 6 | 171 | 0 | 141 | 41 | 35 | 501 | 136 | 45 |
| Binary | 10110101 | 110 | 1111001 | 0 | 1100001 | 100001 | 11101 | 101000001 | 1011110 | 100101 |
Color Harmonies of #B50679
Complementary color
Monochromatic Colors of #B50679
Black with #B50679
Text Example
Text Example
White with #B50679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50679; }
p { color: rgb(181,6,121); }
H1.HeaderClassName
{
color: #B50679;
}
.AnyTagClassName
{
color: #B50679;
}
</style>
background-color css
<style>
a { background-color: #B50679; }
a { background-color: rgb(181,6,121); }
div.DivClassName
{
background-color: #B50679;
}
.BgClassName
{
background-color: #B50679;
}
</style>
border-color css
<style>
span { border-color: #B50679; }
span { border-color: rgb(181,6,121); }
td.TdClassName
{
border-color: #B50679;
}
.TagClassName
{
border-color: #B50679;
}
</style>