Shades of Mulberry #B45C87
Tints of Mulberry #B45C87
RGB
CMYK
RGB Variations
Color information
#B45C87 (or 0xB45C87) is known color: Mulberry. HEX triplet: B4, 5C and 87. RGB value is (180,92,135). Sum of RGB (Red+Green+Blue) = 180+92+135=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C87 is #4BA378. Grayscale: #7B7B7B. Windows color (decimal): -4957049 or 8871092. OLE color: 8871092.
HSL color Cylindrical-coordinate representation of color #B45C87: hue angle of 330.68º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45C87 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 135 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.29 |
| HSL | 330.68º | 0.37% | 0.53% | - |
| HSV(B) | 330.68º | 0.49% | 0.71% | - |
| XYZ | 27.02 | 19.11 | 25.19 | - |
| YUV | 123.21 | 134.65 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 135 | 0 | 0.49 | 0.25 | 0.29 | 330.68 | 0.37 | 0.53 |
| Hex | B4 | 5C | 87 | 0 | 31 | 19 | 1D | 14B | 25 | 35 |
| Octal | 264 | 134 | 207 | 0 | 61 | 31 | 35 | 513 | 45 | 65 |
| Binary | 10110100 | 1011100 | 10000111 | 0 | 110001 | 11001 | 11101 | 101001011 | 100101 | 110101 |
Color Harmonies of #B45C87
Complementary color
Monochromatic Colors of #B45C87
Black with #B45C87
Text Example
Text Example
White with #B45C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C87; }
p { color: rgb(180,92,135); }
H1.HeaderClassName
{
color: #B45C87;
}
.AnyTagClassName
{
color: #B45C87;
}
</style>
background-color css
<style>
a { background-color: #B45C87; }
a { background-color: rgb(180,92,135); }
div.DivClassName
{
background-color: #B45C87;
}
.BgClassName
{
background-color: #B45C87;
}
</style>
border-color css
<style>
span { border-color: #B45C87; }
span { border-color: rgb(180,92,135); }
td.TdClassName
{
border-color: #B45C87;
}
.TagClassName
{
border-color: #B45C87;
}
</style>