Shades of Medium Violet Red #B90077
Tints of Medium Violet Red #B90077
RGB
CMYK
RGB Variations
Color information
#B90077 (or 0xB90077) is known color: Medium Violet Red. HEX triplet: B9, 00 and 77. RGB value is (185,0,119). Sum of RGB (Red+Green+Blue) = 185+0+119=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B90077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90077 is #46FF88. Grayscale: #444444. Windows color (decimal): -4652937 or 7798969. OLE color: 7798969.
HSL color Cylindrical-coordinate representation of color #B90077: hue angle of 321.41º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90077 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.36 | 0.27 |
| HSL | 321.41º | 1% | 0.36% | - |
| HSV(B) | 321.41º | 1% | 0.73% | - |
| XYZ | 23.34 | 11.65 | 18.47 | - |
| YUV | 68.88 | 156.29 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 119 | 0 | 1 | 0.36 | 0.27 | 321.41 | 1 | 0.36 |
| Hex | B9 | 0 | 77 | 0 | 64 | 24 | 1B | 141 | 64 | 24 |
| Octal | 271 | 0 | 167 | 0 | 144 | 44 | 33 | 501 | 144 | 44 |
| Binary | 10111001 | 0 | 1110111 | 0 | 1100100 | 100100 | 11011 | 101000001 | 1100100 | 100100 |
Color Harmonies of #B90077
Complementary color
Monochromatic Colors of #B90077
Black with #B90077
Text Example
Text Example
White with #B90077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90077; }
p { color: rgb(185,0,119); }
H1.HeaderClassName
{
color: #B90077;
}
.AnyTagClassName
{
color: #B90077;
}
</style>
background-color css
<style>
a { background-color: #B90077; }
a { background-color: rgb(185,0,119); }
div.DivClassName
{
background-color: #B90077;
}
.BgClassName
{
background-color: #B90077;
}
</style>
border-color css
<style>
span { border-color: #B90077; }
span { border-color: rgb(185,0,119); }
td.TdClassName
{
border-color: #B90077;
}
.TagClassName
{
border-color: #B90077;
}
</style>