Shades of Mulberry #BD588E
Tints of Mulberry #BD588E
RGB
CMYK
RGB Variations
Color information
#BD588E (or 0xBD588E) is known color: Mulberry. HEX triplet: BD, 58 and 8E. RGB value is (189,88,142). Sum of RGB (Red+Green+Blue) = 189+88+142=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD588E is #42A771. Grayscale: #7C7C7C. Windows color (decimal): -4368242 or 9328829. OLE color: 9328829.
HSL color Cylindrical-coordinate representation of color #BD588E: hue angle of 327.92º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD588E is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 142 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.26 |
| HSL | 327.92º | 0.43% | 0.54% | - |
| HSV(B) | 327.92º | 0.53% | 0.74% | - |
| XYZ | 29.36 | 19.75 | 27.86 | - |
| YUV | 124.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 142 | 0 | 0.53 | 0.25 | 0.26 | 327.92 | 0.43 | 0.54 |
| Hex | BD | 58 | 8E | 0 | 35 | 19 | 1A | 148 | 2B | 36 |
| Octal | 275 | 130 | 216 | 0 | 65 | 31 | 32 | 510 | 53 | 66 |
| Binary | 10111101 | 1011000 | 10001110 | 0 | 110101 | 11001 | 11010 | 101001000 | 101011 | 110110 |
Color Harmonies of #BD588E
Complementary color
Monochromatic Colors of #BD588E
Black with #BD588E
Text Example
Text Example
White with #BD588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD588E; }
p { color: rgb(189,88,142); }
H1.HeaderClassName
{
color: #BD588E;
}
.AnyTagClassName
{
color: #BD588E;
}
</style>
background-color css
<style>
a { background-color: #BD588E; }
a { background-color: rgb(189,88,142); }
div.DivClassName
{
background-color: #BD588E;
}
.BgClassName
{
background-color: #BD588E;
}
</style>
border-color css
<style>
span { border-color: #BD588E; }
span { border-color: rgb(189,88,142); }
td.TdClassName
{
border-color: #BD588E;
}
.TagClassName
{
border-color: #BD588E;
}
</style>