Shades of Mulberry #B56398
Tints of Mulberry #B56398
RGB
CMYK
RGB Variations
Color information
#B56398 (or 0xB56398) is known color: Mulberry. HEX triplet: B5, 63 and 98. RGB value is (181,99,152). Sum of RGB (Red+Green+Blue) = 181+99+152=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B56398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56398 is #4A9C67. Grayscale: #818181. Windows color (decimal): -4889704 or 9986997. OLE color: 9986997.
HSL color Cylindrical-coordinate representation of color #B56398: hue angle of 321.22º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56398 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 152 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.29 |
| HSL | 321.22º | 0.36% | 0.55% | - |
| HSV(B) | 321.22º | 0.45% | 0.71% | - |
| XYZ | 29.19 | 21.01 | 32.22 | - |
| YUV | 129.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 152 | 0 | 0.45 | 0.16 | 0.29 | 321.22 | 0.36 | 0.55 |
| Hex | B5 | 63 | 98 | 0 | 2D | 10 | 1D | 141 | 24 | 37 |
| Octal | 265 | 143 | 230 | 0 | 55 | 20 | 35 | 501 | 44 | 67 |
| Binary | 10110101 | 1100011 | 10011000 | 0 | 101101 | 10000 | 11101 | 101000001 | 100100 | 110111 |
Color Harmonies of #B56398
Complementary color
Monochromatic Colors of #B56398
Black with #B56398
Text Example
Text Example
White with #B56398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56398; }
p { color: rgb(181,99,152); }
H1.HeaderClassName
{
color: #B56398;
}
.AnyTagClassName
{
color: #B56398;
}
</style>
background-color css
<style>
a { background-color: #B56398; }
a { background-color: rgb(181,99,152); }
div.DivClassName
{
background-color: #B56398;
}
.BgClassName
{
background-color: #B56398;
}
</style>
border-color css
<style>
span { border-color: #B56398; }
span { border-color: rgb(181,99,152); }
td.TdClassName
{
border-color: #B56398;
}
.TagClassName
{
border-color: #B56398;
}
</style>