Shades of Mulberry #B04D98
Tints of Mulberry #B04D98
RGB
CMYK
RGB Variations
Color information
#B04D98 (or 0xB04D98) is known color: Mulberry. HEX triplet: B0, 4D and 98. RGB value is (176,77,152). Sum of RGB (Red+Green+Blue) = 176+77+152=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04D98 is #4FB267. Grayscale: #727272. Windows color (decimal): -5223016 or 9981360. OLE color: 9981360.
HSL color Cylindrical-coordinate representation of color #B04D98: hue angle of 314.55º 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 #B04D98 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 152 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.31 |
| HSL | 314.55º | 0.39% | 0.5% | - |
| HSV(B) | 314.55º | 0.56% | 0.69% | - |
| XYZ | 26.23 | 16.8 | 31.57 | - |
| YUV | 115.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 152 | 0 | 0.56 | 0.14 | 0.31 | 314.55 | 0.39 | 0.5 |
| Hex | B0 | 4D | 98 | 0 | 38 | E | 1F | 13B | 27 | 32 |
| Octal | 260 | 115 | 230 | 0 | 70 | 16 | 37 | 473 | 47 | 62 |
| Binary | 10110000 | 1001101 | 10011000 | 0 | 111000 | 1110 | 11111 | 100111011 | 100111 | 110010 |
Color Harmonies of #B04D98
Complementary color
Monochromatic Colors of #B04D98
Black with #B04D98
Text Example
Text Example
White with #B04D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D98; }
p { color: rgb(176,77,152); }
H1.HeaderClassName
{
color: #B04D98;
}
.AnyTagClassName
{
color: #B04D98;
}
</style>
background-color css
<style>
a { background-color: #B04D98; }
a { background-color: rgb(176,77,152); }
div.DivClassName
{
background-color: #B04D98;
}
.BgClassName
{
background-color: #B04D98;
}
</style>
border-color css
<style>
span { border-color: #B04D98; }
span { border-color: rgb(176,77,152); }
td.TdClassName
{
border-color: #B04D98;
}
.TagClassName
{
border-color: #B04D98;
}
</style>