Shades of Medium Violet Red #B70686
Tints of Medium Violet Red #B70686
RGB
CMYK
RGB Variations
Color information
#B70686 (or 0xB70686) is known color: Medium Violet Red. HEX triplet: B7, 06 and 86. RGB value is (183,6,134). Sum of RGB (Red+Green+Blue) = 183+6+134=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B70686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70686 is #48F979. Grayscale: #494949. Windows color (decimal): -4782458 or 8783543. OLE color: 8783543.
HSL color Cylindrical-coordinate representation of color #B70686: hue angle of 316.61º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70686 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 6 | 134 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.28 |
| HSL | 316.61º | 0.94% | 0.37% | - |
| HSV(B) | 316.61º | 0.97% | 0.72% | - |
| XYZ | 23.9 | 11.92 | 23.6 | - |
| YUV | 73.52 | 162.14 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 134 | 0 | 0.97 | 0.27 | 0.28 | 316.61 | 0.94 | 0.37 |
| Hex | B7 | 6 | 86 | 0 | 61 | 1B | 1C | 13D | 5E | 25 |
| Octal | 267 | 6 | 206 | 0 | 141 | 33 | 34 | 475 | 136 | 45 |
| Binary | 10110111 | 110 | 10000110 | 0 | 1100001 | 11011 | 11100 | 100111101 | 1011110 | 100101 |
Color Harmonies of #B70686
Complementary color
Monochromatic Colors of #B70686
Black with #B70686
Text Example
Text Example
White with #B70686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70686; }
p { color: rgb(183,6,134); }
H1.HeaderClassName
{
color: #B70686;
}
.AnyTagClassName
{
color: #B70686;
}
</style>
background-color css
<style>
a { background-color: #B70686; }
a { background-color: rgb(183,6,134); }
div.DivClassName
{
background-color: #B70686;
}
.BgClassName
{
background-color: #B70686;
}
</style>
border-color css
<style>
span { border-color: #B70686; }
span { border-color: rgb(183,6,134); }
td.TdClassName
{
border-color: #B70686;
}
.TagClassName
{
border-color: #B70686;
}
</style>