Shades of Medium Violet Red #B70086
Tints of Medium Violet Red #B70086
RGB
CMYK
RGB Variations
Color information
#B70086 (or 0xB70086) is known color: Medium Violet Red. HEX triplet: B7, 00 and 86. RGB value is (183,0,134). Sum of RGB (Red+Green+Blue) = 183+0+134=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B70086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70086 is #48FF79. Grayscale: #454545. Windows color (decimal): -4783994 or 8782007. OLE color: 8782007.
HSL color Cylindrical-coordinate representation of color #B70086: hue angle of 316.07º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70086 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.27 | 0.28 |
| HSL | 316.07º | 1% | 0.36% | - |
| HSV(B) | 316.07º | 1% | 0.72% | - |
| XYZ | 23.83 | 11.79 | 23.57 | - |
| YUV | 69.99 | 164.13 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 134 | 0 | 1 | 0.27 | 0.28 | 316.07 | 1 | 0.36 |
| Hex | B7 | 0 | 86 | 0 | 64 | 1B | 1C | 13C | 64 | 24 |
| Octal | 267 | 0 | 206 | 0 | 144 | 33 | 34 | 474 | 144 | 44 |
| Binary | 10110111 | 0 | 10000110 | 0 | 1100100 | 11011 | 11100 | 100111100 | 1100100 | 100100 |
Color Harmonies of #B70086
Complementary color
Monochromatic Colors of #B70086
Black with #B70086
Text Example
Text Example
White with #B70086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70086; }
p { color: rgb(183,0,134); }
H1.HeaderClassName
{
color: #B70086;
}
.AnyTagClassName
{
color: #B70086;
}
</style>
background-color css
<style>
a { background-color: #B70086; }
a { background-color: rgb(183,0,134); }
div.DivClassName
{
background-color: #B70086;
}
.BgClassName
{
background-color: #B70086;
}
</style>
border-color css
<style>
span { border-color: #B70086; }
span { border-color: rgb(183,0,134); }
td.TdClassName
{
border-color: #B70086;
}
.TagClassName
{
border-color: #B70086;
}
</style>