Shades of Mulberry #B45997
Tints of Mulberry #B45997
RGB
CMYK
RGB Variations
Color information
#B45997 (or 0xB45997) is known color: Mulberry. HEX triplet: B4, 59 and 97. RGB value is (180,89,151). Sum of RGB (Red+Green+Blue) = 180+89+151=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B45997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45997 is #4BA668. Grayscale: #7B7B7B. Windows color (decimal): -4957801 or 9918900. OLE color: 9918900.
HSL color Cylindrical-coordinate representation of color #B45997: hue angle of 319.12º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B45997 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 151 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.29 |
| HSL | 319.12º | 0.38% | 0.53% | - |
| HSV(B) | 319.12º | 0.51% | 0.71% | - |
| XYZ | 27.98 | 19.08 | 31.49 | - |
| YUV | 123.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 151 | 0 | 0.51 | 0.16 | 0.29 | 319.12 | 0.38 | 0.53 |
| Hex | B4 | 59 | 97 | 0 | 33 | 10 | 1D | 13F | 26 | 35 |
| Octal | 264 | 131 | 227 | 0 | 63 | 20 | 35 | 477 | 46 | 65 |
| Binary | 10110100 | 1011001 | 10010111 | 0 | 110011 | 10000 | 11101 | 100111111 | 100110 | 110101 |
Color Harmonies of #B45997
Complementary color
Monochromatic Colors of #B45997
Black with #B45997
Text Example
Text Example
White with #B45997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45997; }
p { color: rgb(180,89,151); }
H1.HeaderClassName
{
color: #B45997;
}
.AnyTagClassName
{
color: #B45997;
}
</style>
background-color css
<style>
a { background-color: #B45997; }
a { background-color: rgb(180,89,151); }
div.DivClassName
{
background-color: #B45997;
}
.BgClassName
{
background-color: #B45997;
}
</style>
border-color css
<style>
span { border-color: #B45997; }
span { border-color: rgb(180,89,151); }
td.TdClassName
{
border-color: #B45997;
}
.TagClassName
{
border-color: #B45997;
}
</style>