Shades of Medium Violet Red #B50686
Tints of Medium Violet Red #B50686
RGB
CMYK
RGB Variations
Color information
#B50686 (or 0xB50686) is known color: Medium Violet Red. HEX triplet: B5, 06 and 86. RGB value is (181,6,134). Sum of RGB (Red+Green+Blue) = 181+6+134=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B50686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50686 is #4AF979. Grayscale: #484848. Windows color (decimal): -4913530 or 8783541. OLE color: 8783541.
HSL color Cylindrical-coordinate representation of color #B50686: hue angle of 316.11º 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 #B50686 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 134 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.29 |
| HSL | 316.11º | 0.94% | 0.37% | - |
| HSV(B) | 316.11º | 0.97% | 0.71% | - |
| XYZ | 23.42 | 11.68 | 23.57 | - |
| YUV | 72.92 | 162.48 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 134 | 0 | 0.97 | 0.26 | 0.29 | 316.11 | 0.94 | 0.37 |
| Hex | B5 | 6 | 86 | 0 | 61 | 1A | 1D | 13C | 5E | 25 |
| Octal | 265 | 6 | 206 | 0 | 141 | 32 | 35 | 474 | 136 | 45 |
| Binary | 10110101 | 110 | 10000110 | 0 | 1100001 | 11010 | 11101 | 100111100 | 1011110 | 100101 |
Color Harmonies of #B50686
Complementary color
Monochromatic Colors of #B50686
Black with #B50686
Text Example
Text Example
White with #B50686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50686; }
p { color: rgb(181,6,134); }
H1.HeaderClassName
{
color: #B50686;
}
.AnyTagClassName
{
color: #B50686;
}
</style>
background-color css
<style>
a { background-color: #B50686; }
a { background-color: rgb(181,6,134); }
div.DivClassName
{
background-color: #B50686;
}
.BgClassName
{
background-color: #B50686;
}
</style>
border-color css
<style>
span { border-color: #B50686; }
span { border-color: rgb(181,6,134); }
td.TdClassName
{
border-color: #B50686;
}
.TagClassName
{
border-color: #B50686;
}
</style>