Shades of Mulberry #B9558F
Tints of Mulberry #B9558F
RGB
CMYK
RGB Variations
Color information
#B9558F (or 0xB9558F) is known color: Mulberry. HEX triplet: B9, 55 and 8F. RGB value is (185,85,143). Sum of RGB (Red+Green+Blue) = 185+85+143=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9558F is #46AA70. Grayscale: #797979. Windows color (decimal): -4631153 or 9393593. OLE color: 9393593.
HSL color Cylindrical-coordinate representation of color #B9558F: hue angle of 325.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9558F is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 143 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.27 |
| HSL | 325.2º | 0.42% | 0.53% | - |
| HSV(B) | 325.2º | 0.54% | 0.73% | - |
| XYZ | 28.21 | 18.79 | 28.13 | - |
| YUV | 121.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 143 | 0 | 0.54 | 0.23 | 0.27 | 325.2 | 0.42 | 0.53 |
| Hex | B9 | 55 | 8F | 0 | 36 | 17 | 1B | 145 | 2A | 35 |
| Octal | 271 | 125 | 217 | 0 | 66 | 27 | 33 | 505 | 52 | 65 |
| Binary | 10111001 | 1010101 | 10001111 | 0 | 110110 | 10111 | 11011 | 101000101 | 101010 | 110101 |
Color Harmonies of #B9558F
Complementary color
Monochromatic Colors of #B9558F
Black with #B9558F
Text Example
Text Example
White with #B9558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9558F; }
p { color: rgb(185,85,143); }
H1.HeaderClassName
{
color: #B9558F;
}
.AnyTagClassName
{
color: #B9558F;
}
</style>
background-color css
<style>
a { background-color: #B9558F; }
a { background-color: rgb(185,85,143); }
div.DivClassName
{
background-color: #B9558F;
}
.BgClassName
{
background-color: #B9558F;
}
</style>
border-color css
<style>
span { border-color: #B9558F; }
span { border-color: rgb(185,85,143); }
td.TdClassName
{
border-color: #B9558F;
}
.TagClassName
{
border-color: #B9558F;
}
</style>