Shades of Mulberry #B85698
Tints of Mulberry #B85698
RGB
CMYK
RGB Variations
Color information
#B85698 (or 0xB85698) is known color: Mulberry. HEX triplet: B8, 56 and 98. RGB value is (184,86,152). Sum of RGB (Red+Green+Blue) = 184+86+152=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B85698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85698 is #47A967. Grayscale: #7A7A7A. Windows color (decimal): -4696424 or 9983672. OLE color: 9983672.
HSL color Cylindrical-coordinate representation of color #B85698: hue angle of 319.59º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85698 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 152 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.28 |
| HSL | 319.59º | 0.41% | 0.53% | - |
| HSV(B) | 319.59º | 0.53% | 0.72% | - |
| XYZ | 28.76 | 19.11 | 31.88 | - |
| YUV | 122.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 152 | 0 | 0.53 | 0.17 | 0.28 | 319.59 | 0.41 | 0.53 |
| Hex | B8 | 56 | 98 | 0 | 35 | 11 | 1C | 140 | 29 | 35 |
| Octal | 270 | 126 | 230 | 0 | 65 | 21 | 34 | 500 | 51 | 65 |
| Binary | 10111000 | 1010110 | 10011000 | 0 | 110101 | 10001 | 11100 | 101000000 | 101001 | 110101 |
Color Harmonies of #B85698
Complementary color
Monochromatic Colors of #B85698
Black with #B85698
Text Example
Text Example
White with #B85698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85698; }
p { color: rgb(184,86,152); }
H1.HeaderClassName
{
color: #B85698;
}
.AnyTagClassName
{
color: #B85698;
}
</style>
background-color css
<style>
a { background-color: #B85698; }
a { background-color: rgb(184,86,152); }
div.DivClassName
{
background-color: #B85698;
}
.BgClassName
{
background-color: #B85698;
}
</style>
border-color css
<style>
span { border-color: #B85698; }
span { border-color: rgb(184,86,152); }
td.TdClassName
{
border-color: #B85698;
}
.TagClassName
{
border-color: #B85698;
}
</style>