Shades of Medium Violet Red #B90377
Tints of Medium Violet Red #B90377
RGB
CMYK
RGB Variations
Color information
#B90377 (or 0xB90377) is known color: Medium Violet Red. HEX triplet: B9, 03 and 77. RGB value is (185,3,119). Sum of RGB (Red+Green+Blue) = 185+3+119=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B90377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90377 is #46FC88. Grayscale: #464646. Windows color (decimal): -4652169 or 7799737. OLE color: 7799737.
HSL color Cylindrical-coordinate representation of color #B90377: hue angle of 321.76º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90377 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.27 |
| HSL | 321.76º | 0.97% | 0.37% | - |
| HSV(B) | 321.76º | 0.98% | 0.73% | - |
| XYZ | 23.37 | 11.71 | 18.48 | - |
| YUV | 70.64 | 155.3 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 119 | 0 | 0.98 | 0.36 | 0.27 | 321.76 | 0.97 | 0.37 |
| Hex | B9 | 3 | 77 | 0 | 62 | 24 | 1B | 142 | 61 | 25 |
| Octal | 271 | 3 | 167 | 0 | 142 | 44 | 33 | 502 | 141 | 45 |
| Binary | 10111001 | 11 | 1110111 | 0 | 1100010 | 100100 | 11011 | 101000010 | 1100001 | 100101 |
Color Harmonies of #B90377
Complementary color
Monochromatic Colors of #B90377
Black with #B90377
Text Example
Text Example
White with #B90377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90377; }
p { color: rgb(185,3,119); }
H1.HeaderClassName
{
color: #B90377;
}
.AnyTagClassName
{
color: #B90377;
}
</style>
background-color css
<style>
a { background-color: #B90377; }
a { background-color: rgb(185,3,119); }
div.DivClassName
{
background-color: #B90377;
}
.BgClassName
{
background-color: #B90377;
}
</style>
border-color css
<style>
span { border-color: #B90377; }
span { border-color: rgb(185,3,119); }
td.TdClassName
{
border-color: #B90377;
}
.TagClassName
{
border-color: #B90377;
}
</style>