Shades of Medium Violet Red #B90B9C
Tints of Medium Violet Red #B90B9C
RGB
CMYK
RGB Variations
Color information
#B90B9C (or 0xB90B9C) is known color: Medium Violet Red. HEX triplet: B9, 0B and 9C. RGB value is (185,11,156). Sum of RGB (Red+Green+Blue) = 185+11+156=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90B9C is #46F463. Grayscale: #4F4F4F. Windows color (decimal): -4650084 or 10226617. OLE color: 10226617.
HSL color Cylindrical-coordinate representation of color #B90B9C: hue angle of 310º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90B9C is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 156 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.27 |
| HSL | 310º | 0.89% | 0.38% | - |
| HSV(B) | 310º | 0.94% | 0.73% | - |
| XYZ | 26.13 | 12.95 | 32.58 | - |
| YUV | 79.56 | 171.15 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 156 | 0 | 0.94 | 0.16 | 0.27 | 310 | 0.89 | 0.38 |
| Hex | B9 | B | 9C | 0 | 5E | 10 | 1B | 136 | 59 | 26 |
| Octal | 271 | 13 | 234 | 0 | 136 | 20 | 33 | 466 | 131 | 46 |
| Binary | 10111001 | 1011 | 10011100 | 0 | 1011110 | 10000 | 11011 | 100110110 | 1011001 | 100110 |
Color Harmonies of #B90B9C
Complementary color
Monochromatic Colors of #B90B9C
Black with #B90B9C
Text Example
Text Example
White with #B90B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90B9C; }
p { color: rgb(185,11,156); }
H1.HeaderClassName
{
color: #B90B9C;
}
.AnyTagClassName
{
color: #B90B9C;
}
</style>
background-color css
<style>
a { background-color: #B90B9C; }
a { background-color: rgb(185,11,156); }
div.DivClassName
{
background-color: #B90B9C;
}
.BgClassName
{
background-color: #B90B9C;
}
</style>
border-color css
<style>
span { border-color: #B90B9C; }
span { border-color: rgb(185,11,156); }
td.TdClassName
{
border-color: #B90B9C;
}
.TagClassName
{
border-color: #B90B9C;
}
</style>