Shades of Medium Violet Red #B90B74
Tints of Medium Violet Red #B90B74
RGB
CMYK
RGB Variations
Color information
#B90B74 (or 0xB90B74) is known color: Medium Violet Red. HEX triplet: B9, 0B and 74. RGB value is (185,11,116). Sum of RGB (Red+Green+Blue) = 185+11+116=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90B74 is #46F48B. Grayscale: #4A4A4A. Windows color (decimal): -4650124 or 7605177. OLE color: 7605177.
HSL color Cylindrical-coordinate representation of color #B90B74: hue angle of 323.79º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90B74 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 116 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.27 |
| HSL | 323.79º | 0.89% | 0.38% | - |
| HSV(B) | 323.79º | 0.94% | 0.73% | - |
| XYZ | 23.28 | 11.81 | 17.58 | - |
| YUV | 75 | 151.15 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 116 | 0 | 0.94 | 0.37 | 0.27 | 323.79 | 0.89 | 0.38 |
| Hex | B9 | B | 74 | 0 | 5E | 25 | 1B | 144 | 59 | 26 |
| Octal | 271 | 13 | 164 | 0 | 136 | 45 | 33 | 504 | 131 | 46 |
| Binary | 10111001 | 1011 | 1110100 | 0 | 1011110 | 100101 | 11011 | 101000100 | 1011001 | 100110 |
Color Harmonies of #B90B74
Complementary color
Monochromatic Colors of #B90B74
Black with #B90B74
Text Example
Text Example
White with #B90B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90B74; }
p { color: rgb(185,11,116); }
H1.HeaderClassName
{
color: #B90B74;
}
.AnyTagClassName
{
color: #B90B74;
}
</style>
background-color css
<style>
a { background-color: #B90B74; }
a { background-color: rgb(185,11,116); }
div.DivClassName
{
background-color: #B90B74;
}
.BgClassName
{
background-color: #B90B74;
}
</style>
border-color css
<style>
span { border-color: #B90B74; }
span { border-color: rgb(185,11,116); }
td.TdClassName
{
border-color: #B90B74;
}
.TagClassName
{
border-color: #B90B74;
}
</style>