Shades of Mulberry #B85498
Tints of Mulberry #B85498
RGB
CMYK
RGB Variations
Color information
#B85498 (or 0xB85498) is known color: Mulberry. HEX triplet: B8, 54 and 98. RGB value is (184,84,152). Sum of RGB (Red+Green+Blue) = 184+84+152=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B85498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85498 is #47AB67. Grayscale: #797979. Windows color (decimal): -4696936 or 9983160. OLE color: 9983160.
HSL color Cylindrical-coordinate representation of color #B85498: hue angle of 319.2º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85498 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 152 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.28 |
| HSL | 319.2º | 0.41% | 0.53% | - |
| HSV(B) | 319.2º | 0.54% | 0.72% | - |
| XYZ | 28.6 | 18.8 | 31.83 | - |
| YUV | 121.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 152 | 0 | 0.54 | 0.17 | 0.28 | 319.2 | 0.41 | 0.53 |
| Hex | B8 | 54 | 98 | 0 | 36 | 11 | 1C | 13F | 29 | 35 |
| Octal | 270 | 124 | 230 | 0 | 66 | 21 | 34 | 477 | 51 | 65 |
| Binary | 10111000 | 1010100 | 10011000 | 0 | 110110 | 10001 | 11100 | 100111111 | 101001 | 110101 |
Color Harmonies of #B85498
Complementary color
Monochromatic Colors of #B85498
Black with #B85498
Text Example
Text Example
White with #B85498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85498; }
p { color: rgb(184,84,152); }
H1.HeaderClassName
{
color: #B85498;
}
.AnyTagClassName
{
color: #B85498;
}
</style>
background-color css
<style>
a { background-color: #B85498; }
a { background-color: rgb(184,84,152); }
div.DivClassName
{
background-color: #B85498;
}
.BgClassName
{
background-color: #B85498;
}
</style>
border-color css
<style>
span { border-color: #B85498; }
span { border-color: rgb(184,84,152); }
td.TdClassName
{
border-color: #B85498;
}
.TagClassName
{
border-color: #B85498;
}
</style>