Shades of Mulberry #B45C88
Tints of Mulberry #B45C88
RGB
CMYK
RGB Variations
Color information
#B45C88 (or 0xB45C88) is known color: Mulberry. HEX triplet: B4, 5C and 88. RGB value is (180,92,136). Sum of RGB (Red+Green+Blue) = 180+92+136=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C88 is #4BA377. Grayscale: #7B7B7B. Windows color (decimal): -4957048 or 8936628. OLE color: 8936628.
HSL color Cylindrical-coordinate representation of color #B45C88: hue angle of 330º 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 #B45C88 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 136 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.29 |
| HSL | 330º | 0.37% | 0.53% | - |
| HSV(B) | 330º | 0.49% | 0.71% | - |
| XYZ | 27.09 | 19.14 | 25.56 | - |
| YUV | 123.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 136 | 0 | 0.49 | 0.24 | 0.29 | 330 | 0.37 | 0.53 |
| Hex | B4 | 5C | 88 | 0 | 31 | 18 | 1D | 14A | 25 | 35 |
| Octal | 264 | 134 | 210 | 0 | 61 | 30 | 35 | 512 | 45 | 65 |
| Binary | 10110100 | 1011100 | 10001000 | 0 | 110001 | 11000 | 11101 | 101001010 | 100101 | 110101 |
Color Harmonies of #B45C88
Complementary color
Monochromatic Colors of #B45C88
Black with #B45C88
Text Example
Text Example
White with #B45C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C88; }
p { color: rgb(180,92,136); }
H1.HeaderClassName
{
color: #B45C88;
}
.AnyTagClassName
{
color: #B45C88;
}
</style>
background-color css
<style>
a { background-color: #B45C88; }
a { background-color: rgb(180,92,136); }
div.DivClassName
{
background-color: #B45C88;
}
.BgClassName
{
background-color: #B45C88;
}
</style>
border-color css
<style>
span { border-color: #B45C88; }
span { border-color: rgb(180,92,136); }
td.TdClassName
{
border-color: #B45C88;
}
.TagClassName
{
border-color: #B45C88;
}
</style>