Shades of Medium Violet Red #B90786
Tints of Medium Violet Red #B90786
RGB
CMYK
RGB Variations
Color information
#B90786 (or 0xB90786) is known color: Medium Violet Red. HEX triplet: B9, 07 and 86. RGB value is (185,7,134). Sum of RGB (Red+Green+Blue) = 185+7+134=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B90786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90786 is #46F879. Grayscale: #4A4A4A. Windows color (decimal): -4651130 or 8783801. OLE color: 8783801.
HSL color Cylindrical-coordinate representation of color #B90786: hue angle of 317.19º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90786 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 134 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.27 |
| HSL | 317.19º | 0.93% | 0.38% | - |
| HSV(B) | 317.19º | 0.96% | 0.73% | - |
| XYZ | 24.39 | 12.19 | 23.62 | - |
| YUV | 74.7 | 161.47 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 134 | 0 | 0.96 | 0.28 | 0.27 | 317.19 | 0.93 | 0.38 |
| Hex | B9 | 7 | 86 | 0 | 60 | 1C | 1B | 13D | 5D | 26 |
| Octal | 271 | 7 | 206 | 0 | 140 | 34 | 33 | 475 | 135 | 46 |
| Binary | 10111001 | 111 | 10000110 | 0 | 1100000 | 11100 | 11011 | 100111101 | 1011101 | 100110 |
Color Harmonies of #B90786
Complementary color
Monochromatic Colors of #B90786
Black with #B90786
Text Example
Text Example
White with #B90786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90786; }
p { color: rgb(185,7,134); }
H1.HeaderClassName
{
color: #B90786;
}
.AnyTagClassName
{
color: #B90786;
}
</style>
background-color css
<style>
a { background-color: #B90786; }
a { background-color: rgb(185,7,134); }
div.DivClassName
{
background-color: #B90786;
}
.BgClassName
{
background-color: #B90786;
}
</style>
border-color css
<style>
span { border-color: #B90786; }
span { border-color: rgb(185,7,134); }
td.TdClassName
{
border-color: #B90786;
}
.TagClassName
{
border-color: #B90786;
}
</style>