Shades of Medium Violet Red #B90F74
Tints of Medium Violet Red #B90F74
RGB
CMYK
RGB Variations
Color information
#B90F74 (or 0xB90F74) is known color: Medium Violet Red. HEX triplet: B9, 0F and 74. RGB value is (185,15,116). Sum of RGB (Red+Green+Blue) = 185+15+116=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90F74 is #46F08B. Grayscale: #4D4D4D. Windows color (decimal): -4649100 or 7606201. OLE color: 7606201.
HSL color Cylindrical-coordinate representation of color #B90F74: hue angle of 324.35º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90F74 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 116 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.27 |
| HSL | 324.35º | 0.85% | 0.39% | - |
| HSV(B) | 324.35º | 0.92% | 0.73% | - |
| XYZ | 23.33 | 11.92 | 17.59 | - |
| YUV | 77.34 | 149.82 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 116 | 0 | 0.92 | 0.37 | 0.27 | 324.35 | 0.85 | 0.39 |
| Hex | B9 | F | 74 | 0 | 5C | 25 | 1B | 144 | 55 | 27 |
| Octal | 271 | 17 | 164 | 0 | 134 | 45 | 33 | 504 | 125 | 47 |
| Binary | 10111001 | 1111 | 1110100 | 0 | 1011100 | 100101 | 11011 | 101000100 | 1010101 | 100111 |
Color Harmonies of #B90F74
Complementary color
Monochromatic Colors of #B90F74
Black with #B90F74
Text Example
Text Example
White with #B90F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90F74; }
p { color: rgb(185,15,116); }
H1.HeaderClassName
{
color: #B90F74;
}
.AnyTagClassName
{
color: #B90F74;
}
</style>
background-color css
<style>
a { background-color: #B90F74; }
a { background-color: rgb(185,15,116); }
div.DivClassName
{
background-color: #B90F74;
}
.BgClassName
{
background-color: #B90F74;
}
</style>
border-color css
<style>
span { border-color: #B90F74; }
span { border-color: rgb(185,15,116); }
td.TdClassName
{
border-color: #B90F74;
}
.TagClassName
{
border-color: #B90F74;
}
</style>