Shades of Mulberry #B9578B
Tints of Mulberry #B9578B
RGB
CMYK
RGB Variations
Color information
#B9578B (or 0xB9578B) is known color: Mulberry. HEX triplet: B9, 57 and 8B. RGB value is (185,87,139). Sum of RGB (Red+Green+Blue) = 185+87+139=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9578B is #46A874. Grayscale: #7A7A7A. Windows color (decimal): -4630645 or 9131961. OLE color: 9131961.
HSL color Cylindrical-coordinate representation of color #B9578B: hue angle of 328.16º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9578B is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 139 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.27 |
| HSL | 328.16º | 0.41% | 0.53% | - |
| HSV(B) | 328.16º | 0.53% | 0.73% | - |
| XYZ | 28.08 | 18.99 | 26.61 | - |
| YUV | 122.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 139 | 0 | 0.53 | 0.25 | 0.27 | 328.16 | 0.41 | 0.53 |
| Hex | B9 | 57 | 8B | 0 | 35 | 19 | 1B | 148 | 29 | 35 |
| Octal | 271 | 127 | 213 | 0 | 65 | 31 | 33 | 510 | 51 | 65 |
| Binary | 10111001 | 1010111 | 10001011 | 0 | 110101 | 11001 | 11011 | 101001000 | 101001 | 110101 |
Color Harmonies of #B9578B
Complementary color
Monochromatic Colors of #B9578B
Black with #B9578B
Text Example
Text Example
White with #B9578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9578B; }
p { color: rgb(185,87,139); }
H1.HeaderClassName
{
color: #B9578B;
}
.AnyTagClassName
{
color: #B9578B;
}
</style>
background-color css
<style>
a { background-color: #B9578B; }
a { background-color: rgb(185,87,139); }
div.DivClassName
{
background-color: #B9578B;
}
.BgClassName
{
background-color: #B9578B;
}
</style>
border-color css
<style>
span { border-color: #B9578B; }
span { border-color: rgb(185,87,139); }
td.TdClassName
{
border-color: #B9578B;
}
.TagClassName
{
border-color: #B9578B;
}
</style>