Shades of Medium Violet Red #B90376
Tints of Medium Violet Red #B90376
RGB
CMYK
RGB Variations
Color information
#B90376 (or 0xB90376) is known color: Medium Violet Red. HEX triplet: B9, 03 and 76. RGB value is (185,3,118). Sum of RGB (Red+Green+Blue) = 185+3+118=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B90376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90376 is #46FC89. Grayscale: #464646. Windows color (decimal): -4652170 or 7734201. OLE color: 7734201.
HSL color Cylindrical-coordinate representation of color #B90376: hue angle of 322.09º 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 #B90376 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 3 | 118 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.27 |
| HSL | 322.09º | 0.97% | 0.37% | - |
| HSV(B) | 322.09º | 0.98% | 0.73% | - |
| XYZ | 23.31 | 11.69 | 18.17 | - |
| YUV | 70.53 | 154.8 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 118 | 0 | 0.98 | 0.36 | 0.27 | 322.09 | 0.97 | 0.37 |
| Hex | B9 | 3 | 76 | 0 | 62 | 24 | 1B | 142 | 61 | 25 |
| Octal | 271 | 3 | 166 | 0 | 142 | 44 | 33 | 502 | 141 | 45 |
| Binary | 10111001 | 11 | 1110110 | 0 | 1100010 | 100100 | 11011 | 101000010 | 1100001 | 100101 |
Color Harmonies of #B90376
Complementary color
Monochromatic Colors of #B90376
Black with #B90376
Text Example
Text Example
White with #B90376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90376; }
p { color: rgb(185,3,118); }
H1.HeaderClassName
{
color: #B90376;
}
.AnyTagClassName
{
color: #B90376;
}
</style>
background-color css
<style>
a { background-color: #B90376; }
a { background-color: rgb(185,3,118); }
div.DivClassName
{
background-color: #B90376;
}
.BgClassName
{
background-color: #B90376;
}
</style>
border-color css
<style>
span { border-color: #B90376; }
span { border-color: rgb(185,3,118); }
td.TdClassName
{
border-color: #B90376;
}
.TagClassName
{
border-color: #B90376;
}
</style>