Shades of Medium Violet Red #B50680
Tints of Medium Violet Red #B50680
RGB
CMYK
RGB Variations
Color information
#B50680 (or 0xB50680) is known color: Medium Violet Red. HEX triplet: B5, 06 and 80. RGB value is (181,6,128). Sum of RGB (Red+Green+Blue) = 181+6+128=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B50680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50680 is #4AF97F. Grayscale: #474747. Windows color (decimal): -4913536 or 8390325. OLE color: 8390325.
HSL color Cylindrical-coordinate representation of color #B50680: hue angle of 318.17º 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 #B50680 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 128 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.29 |
| HSL | 318.17º | 0.94% | 0.37% | - |
| HSV(B) | 318.17º | 0.97% | 0.71% | - |
| XYZ | 23.02 | 11.51 | 21.43 | - |
| YUV | 72.23 | 159.48 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 128 | 0 | 0.97 | 0.29 | 0.29 | 318.17 | 0.94 | 0.37 |
| Hex | B5 | 6 | 80 | 0 | 61 | 1D | 1D | 13E | 5E | 25 |
| Octal | 265 | 6 | 200 | 0 | 141 | 35 | 35 | 476 | 136 | 45 |
| Binary | 10110101 | 110 | 10000000 | 0 | 1100001 | 11101 | 11101 | 100111110 | 1011110 | 100101 |
Color Harmonies of #B50680
Complementary color
Monochromatic Colors of #B50680
Black with #B50680
Text Example
Text Example
White with #B50680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50680; }
p { color: rgb(181,6,128); }
H1.HeaderClassName
{
color: #B50680;
}
.AnyTagClassName
{
color: #B50680;
}
</style>
background-color css
<style>
a { background-color: #B50680; }
a { background-color: rgb(181,6,128); }
div.DivClassName
{
background-color: #B50680;
}
.BgClassName
{
background-color: #B50680;
}
</style>
border-color css
<style>
span { border-color: #B50680; }
span { border-color: rgb(181,6,128); }
td.TdClassName
{
border-color: #B50680;
}
.TagClassName
{
border-color: #B50680;
}
</style>