Shades of Medium Violet Red #B90987
Tints of Medium Violet Red #B90987
RGB
CMYK
RGB Variations
Color information
#B90987 (or 0xB90987) is known color: Medium Violet Red. HEX triplet: B9, 09 and 87. RGB value is (185,9,135). Sum of RGB (Red+Green+Blue) = 185+9+135=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B90987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90987 is #46F678. Grayscale: #4B4B4B. Windows color (decimal): -4650617 or 8849849. OLE color: 8849849.
HSL color Cylindrical-coordinate representation of color #B90987: hue angle of 317.05º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90987 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 9 | 135 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.27 |
| HSL | 317.05º | 0.91% | 0.38% | - |
| HSV(B) | 317.05º | 0.95% | 0.73% | - |
| XYZ | 24.48 | 12.26 | 24 | - |
| YUV | 75.99 | 161.31 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 9 | 135 | 0 | 0.95 | 0.27 | 0.27 | 317.05 | 0.91 | 0.38 |
| Hex | B9 | 9 | 87 | 0 | 5F | 1B | 1B | 13D | 5B | 26 |
| Octal | 271 | 11 | 207 | 0 | 137 | 33 | 33 | 475 | 133 | 46 |
| Binary | 10111001 | 1001 | 10000111 | 0 | 1011111 | 11011 | 11011 | 100111101 | 1011011 | 100110 |
Color Harmonies of #B90987
Complementary color
Monochromatic Colors of #B90987
Black with #B90987
Text Example
Text Example
White with #B90987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90987; }
p { color: rgb(185,9,135); }
H1.HeaderClassName
{
color: #B90987;
}
.AnyTagClassName
{
color: #B90987;
}
</style>
background-color css
<style>
a { background-color: #B90987; }
a { background-color: rgb(185,9,135); }
div.DivClassName
{
background-color: #B90987;
}
.BgClassName
{
background-color: #B90987;
}
</style>
border-color css
<style>
span { border-color: #B90987; }
span { border-color: rgb(185,9,135); }
td.TdClassName
{
border-color: #B90987;
}
.TagClassName
{
border-color: #B90987;
}
</style>