Shades of Medium Violet Red #B70786
Tints of Medium Violet Red #B70786
RGB
CMYK
RGB Variations
Color information
#B70786 (or 0xB70786) is known color: Medium Violet Red. HEX triplet: B7, 07 and 86. RGB value is (183,7,134). Sum of RGB (Red+Green+Blue) = 183+7+134=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B70786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70786 is #48F879. Grayscale: #494949. Windows color (decimal): -4782202 or 8783799. OLE color: 8783799.
HSL color Cylindrical-coordinate representation of color #B70786: hue angle of 316.7º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70786 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 134 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.28 |
| HSL | 316.7º | 0.93% | 0.37% | - |
| HSV(B) | 316.7º | 0.96% | 0.72% | - |
| XYZ | 23.91 | 11.94 | 23.6 | - |
| YUV | 74.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 134 | 0 | 0.96 | 0.27 | 0.28 | 316.7 | 0.93 | 0.37 |
| Hex | B7 | 7 | 86 | 0 | 60 | 1B | 1C | 13D | 5D | 25 |
| Octal | 267 | 7 | 206 | 0 | 140 | 33 | 34 | 475 | 135 | 45 |
| Binary | 10110111 | 111 | 10000110 | 0 | 1100000 | 11011 | 11100 | 100111101 | 1011101 | 100101 |
Color Harmonies of #B70786
Complementary color
Monochromatic Colors of #B70786
Black with #B70786
Text Example
Text Example
White with #B70786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70786; }
p { color: rgb(183,7,134); }
H1.HeaderClassName
{
color: #B70786;
}
.AnyTagClassName
{
color: #B70786;
}
</style>
background-color css
<style>
a { background-color: #B70786; }
a { background-color: rgb(183,7,134); }
div.DivClassName
{
background-color: #B70786;
}
.BgClassName
{
background-color: #B70786;
}
</style>
border-color css
<style>
span { border-color: #B70786; }
span { border-color: rgb(183,7,134); }
td.TdClassName
{
border-color: #B70786;
}
.TagClassName
{
border-color: #B70786;
}
</style>