Shades of Medium Violet Red #B90576
Tints of Medium Violet Red #B90576
RGB
CMYK
RGB Variations
Color information
#B90576 (or 0xB90576) is known color: Medium Violet Red. HEX triplet: B9, 05 and 76. RGB value is (185,5,118). Sum of RGB (Red+Green+Blue) = 185+5+118=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B90576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90576 is #46FA89. Grayscale: #474747. Windows color (decimal): -4651658 or 7734713. OLE color: 7734713.
HSL color Cylindrical-coordinate representation of color #B90576: hue angle of 322.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90576 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 118 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.27 |
| HSL | 322.33º | 0.95% | 0.37% | - |
| HSV(B) | 322.33º | 0.97% | 0.73% | - |
| XYZ | 23.33 | 11.73 | 18.17 | - |
| YUV | 71.7 | 154.13 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 118 | 0 | 0.97 | 0.36 | 0.27 | 322.33 | 0.95 | 0.37 |
| Hex | B9 | 5 | 76 | 0 | 61 | 24 | 1B | 142 | 5F | 25 |
| Octal | 271 | 5 | 166 | 0 | 141 | 44 | 33 | 502 | 137 | 45 |
| Binary | 10111001 | 101 | 1110110 | 0 | 1100001 | 100100 | 11011 | 101000010 | 1011111 | 100101 |
Color Harmonies of #B90576
Complementary color
Monochromatic Colors of #B90576
Black with #B90576
Text Example
Text Example
White with #B90576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90576; }
p { color: rgb(185,5,118); }
H1.HeaderClassName
{
color: #B90576;
}
.AnyTagClassName
{
color: #B90576;
}
</style>
background-color css
<style>
a { background-color: #B90576; }
a { background-color: rgb(185,5,118); }
div.DivClassName
{
background-color: #B90576;
}
.BgClassName
{
background-color: #B90576;
}
</style>
border-color css
<style>
span { border-color: #B90576; }
span { border-color: rgb(185,5,118); }
td.TdClassName
{
border-color: #B90576;
}
.TagClassName
{
border-color: #B90576;
}
</style>