Shades of Mulberry #B04E89
Tints of Mulberry #B04E89
RGB
CMYK
RGB Variations
Color information
#B04E89 (or 0xB04E89) is known color: Mulberry. HEX triplet: B0, 4E and 89. RGB value is (176,78,137). Sum of RGB (Red+Green+Blue) = 176+78+137=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04E89 is #4FB176. Grayscale: #717171. Windows color (decimal): -5222775 or 8998576. OLE color: 8998576.
HSL color Cylindrical-coordinate representation of color #B04E89: hue angle of 323.88º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04E89 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 78 | 137 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.31 |
| HSL | 323.88º | 0.39% | 0.5% | - |
| HSV(B) | 323.88º | 0.56% | 0.69% | - |
| XYZ | 25.14 | 16.49 | 25.52 | - |
| YUV | 114.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 137 | 0 | 0.56 | 0.22 | 0.31 | 323.88 | 0.39 | 0.5 |
| Hex | B0 | 4E | 89 | 0 | 38 | 16 | 1F | 144 | 27 | 32 |
| Octal | 260 | 116 | 211 | 0 | 70 | 26 | 37 | 504 | 47 | 62 |
| Binary | 10110000 | 1001110 | 10001001 | 0 | 111000 | 10110 | 11111 | 101000100 | 100111 | 110010 |
Color Harmonies of #B04E89
Complementary color
Monochromatic Colors of #B04E89
Black with #B04E89
Text Example
Text Example
White with #B04E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04E89; }
p { color: rgb(176,78,137); }
H1.HeaderClassName
{
color: #B04E89;
}
.AnyTagClassName
{
color: #B04E89;
}
</style>
background-color css
<style>
a { background-color: #B04E89; }
a { background-color: rgb(176,78,137); }
div.DivClassName
{
background-color: #B04E89;
}
.BgClassName
{
background-color: #B04E89;
}
</style>
border-color css
<style>
span { border-color: #B04E89; }
span { border-color: rgb(176,78,137); }
td.TdClassName
{
border-color: #B04E89;
}
.TagClassName
{
border-color: #B04E89;
}
</style>