Shades of Mulberry #BD5588
Tints of Mulberry #BD5588
RGB
CMYK
RGB Variations
Color information
#BD5588 (or 0xBD5588) is known color: Mulberry. HEX triplet: BD, 55 and 88. RGB value is (189,85,136). Sum of RGB (Red+Green+Blue) = 189+85+136=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5588 is #42AA77. Grayscale: #797979. Windows color (decimal): -4369016 or 8934845. OLE color: 8934845.
HSL color Cylindrical-coordinate representation of color #BD5588: hue angle of 330.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5588 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 136 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.26 |
| HSL | 330.58º | 0.44% | 0.54% | - |
| HSV(B) | 330.58º | 0.55% | 0.74% | - |
| XYZ | 28.68 | 19.09 | 25.47 | - |
| YUV | 121.91 | 135.96 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 136 | 0 | 0.55 | 0.28 | 0.26 | 330.58 | 0.44 | 0.54 |
| Hex | BD | 55 | 88 | 0 | 37 | 1C | 1A | 14B | 2C | 36 |
| Octal | 275 | 125 | 210 | 0 | 67 | 34 | 32 | 513 | 54 | 66 |
| Binary | 10111101 | 1010101 | 10001000 | 0 | 110111 | 11100 | 11010 | 101001011 | 101100 | 110110 |
Color Harmonies of #BD5588
Complementary color
Monochromatic Colors of #BD5588
Black with #BD5588
Text Example
Text Example
White with #BD5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5588; }
p { color: rgb(189,85,136); }
H1.HeaderClassName
{
color: #BD5588;
}
.AnyTagClassName
{
color: #BD5588;
}
</style>
background-color css
<style>
a { background-color: #BD5588; }
a { background-color: rgb(189,85,136); }
div.DivClassName
{
background-color: #BD5588;
}
.BgClassName
{
background-color: #BD5588;
}
</style>
border-color css
<style>
span { border-color: #BD5588; }
span { border-color: rgb(189,85,136); }
td.TdClassName
{
border-color: #BD5588;
}
.TagClassName
{
border-color: #BD5588;
}
</style>