Shades of Mulberry #B45488
Tints of Mulberry #B45488
RGB
CMYK
RGB Variations
Color information
#B45488 (or 0xB45488) is known color: Mulberry. HEX triplet: B4, 54 and 88. RGB value is (180,84,136). Sum of RGB (Red+Green+Blue) = 180+84+136=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B45488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45488 is #4BAB77. Grayscale: #767676. Windows color (decimal): -4959096 or 8934580. OLE color: 8934580.
HSL color Cylindrical-coordinate representation of color #B45488: hue angle of 327.5º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45488 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 136 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.29 |
| HSL | 327.5º | 0.39% | 0.52% | - |
| HSV(B) | 327.5º | 0.53% | 0.71% | - |
| XYZ | 26.44 | 17.82 | 25.34 | - |
| YUV | 118.63 | 137.8 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 136 | 0 | 0.53 | 0.24 | 0.29 | 327.5 | 0.39 | 0.52 |
| Hex | B4 | 54 | 88 | 0 | 35 | 18 | 1D | 148 | 27 | 34 |
| Octal | 264 | 124 | 210 | 0 | 65 | 30 | 35 | 510 | 47 | 64 |
| Binary | 10110100 | 1010100 | 10001000 | 0 | 110101 | 11000 | 11101 | 101001000 | 100111 | 110100 |
Color Harmonies of #B45488
Complementary color
Monochromatic Colors of #B45488
Black with #B45488
Text Example
Text Example
White with #B45488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45488; }
p { color: rgb(180,84,136); }
H1.HeaderClassName
{
color: #B45488;
}
.AnyTagClassName
{
color: #B45488;
}
</style>
background-color css
<style>
a { background-color: #B45488; }
a { background-color: rgb(180,84,136); }
div.DivClassName
{
background-color: #B45488;
}
.BgClassName
{
background-color: #B45488;
}
</style>
border-color css
<style>
span { border-color: #B45488; }
span { border-color: rgb(180,84,136); }
td.TdClassName
{
border-color: #B45488;
}
.TagClassName
{
border-color: #B45488;
}
</style>