Shades of Mulberry #BD589E
Tints of Mulberry #BD589E
RGB
CMYK
RGB Variations
Color information
#BD589E (or 0xBD589E) is known color: Mulberry. HEX triplet: BD, 58 and 9E. RGB value is (189,88,158). Sum of RGB (Red+Green+Blue) = 189+88+158=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD589E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD589E is #42A761. Grayscale: #7D7D7D. Windows color (decimal): -4368226 or 10377405. OLE color: 10377405.
HSL color Cylindrical-coordinate representation of color #BD589E: hue angle of 318.42º 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 #BD589E is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 158 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.26 |
| HSL | 318.42º | 0.43% | 0.54% | - |
| HSV(B) | 318.42º | 0.53% | 0.74% | - |
| XYZ | 30.65 | 20.27 | 34.64 | - |
| YUV | 126.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 158 | 0 | 0.53 | 0.16 | 0.26 | 318.42 | 0.43 | 0.54 |
| Hex | BD | 58 | 9E | 0 | 35 | 10 | 1A | 13E | 2B | 36 |
| Octal | 275 | 130 | 236 | 0 | 65 | 20 | 32 | 476 | 53 | 66 |
| Binary | 10111101 | 1011000 | 10011110 | 0 | 110101 | 10000 | 11010 | 100111110 | 101011 | 110110 |
Color Harmonies of #BD589E
Complementary color
Monochromatic Colors of #BD589E
Black with #BD589E
Text Example
Text Example
White with #BD589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD589E; }
p { color: rgb(189,88,158); }
H1.HeaderClassName
{
color: #BD589E;
}
.AnyTagClassName
{
color: #BD589E;
}
</style>
background-color css
<style>
a { background-color: #BD589E; }
a { background-color: rgb(189,88,158); }
div.DivClassName
{
background-color: #BD589E;
}
.BgClassName
{
background-color: #BD589E;
}
</style>
border-color css
<style>
span { border-color: #BD589E; }
span { border-color: rgb(189,88,158); }
td.TdClassName
{
border-color: #BD589E;
}
.TagClassName
{
border-color: #BD589E;
}
</style>