Shades of Mulberry #B9578F
Tints of Mulberry #B9578F
RGB
CMYK
RGB Variations
Color information
#B9578F (or 0xB9578F) is known color: Mulberry. HEX triplet: B9, 57 and 8F. RGB value is (185,87,143). Sum of RGB (Red+Green+Blue) = 185+87+143=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9578F is #46A870. Grayscale: #7A7A7A. Windows color (decimal): -4630641 or 9394105. OLE color: 9394105.
HSL color Cylindrical-coordinate representation of color #B9578F: hue angle of 325.71º 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 #B9578F is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 143 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.27 |
| HSL | 325.71º | 0.41% | 0.53% | - |
| HSV(B) | 325.71º | 0.53% | 0.73% | - |
| XYZ | 28.37 | 19.11 | 28.18 | - |
| YUV | 122.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 143 | 0 | 0.53 | 0.23 | 0.27 | 325.71 | 0.41 | 0.53 |
| Hex | B9 | 57 | 8F | 0 | 35 | 17 | 1B | 146 | 29 | 35 |
| Octal | 271 | 127 | 217 | 0 | 65 | 27 | 33 | 506 | 51 | 65 |
| Binary | 10111001 | 1010111 | 10001111 | 0 | 110101 | 10111 | 11011 | 101000110 | 101001 | 110101 |
Color Harmonies of #B9578F
Complementary color
Monochromatic Colors of #B9578F
Black with #B9578F
Text Example
Text Example
White with #B9578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9578F; }
p { color: rgb(185,87,143); }
H1.HeaderClassName
{
color: #B9578F;
}
.AnyTagClassName
{
color: #B9578F;
}
</style>
background-color css
<style>
a { background-color: #B9578F; }
a { background-color: rgb(185,87,143); }
div.DivClassName
{
background-color: #B9578F;
}
.BgClassName
{
background-color: #B9578F;
}
</style>
border-color css
<style>
span { border-color: #B9578F; }
span { border-color: rgb(185,87,143); }
td.TdClassName
{
border-color: #B9578F;
}
.TagClassName
{
border-color: #B9578F;
}
</style>