Shades of Mulberry #BD589D
Tints of Mulberry #BD589D
RGB
CMYK
RGB Variations
Color information
#BD589D (or 0xBD589D) is known color: Mulberry. HEX triplet: BD, 58 and 9D. RGB value is (189,88,157). Sum of RGB (Red+Green+Blue) = 189+88+157=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD589D is #42A762. Grayscale: #7D7D7D. Windows color (decimal): -4368227 or 10311869. OLE color: 10311869.
HSL color Cylindrical-coordinate representation of color #BD589D: hue angle of 319.01º 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 #BD589D is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 157 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.26 |
| HSL | 319.01º | 0.43% | 0.54% | - |
| HSV(B) | 319.01º | 0.53% | 0.74% | - |
| XYZ | 30.56 | 20.23 | 34.19 | - |
| YUV | 126.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 157 | 0 | 0.53 | 0.17 | 0.26 | 319.01 | 0.43 | 0.54 |
| Hex | BD | 58 | 9D | 0 | 35 | 11 | 1A | 13F | 2B | 36 |
| Octal | 275 | 130 | 235 | 0 | 65 | 21 | 32 | 477 | 53 | 66 |
| Binary | 10111101 | 1011000 | 10011101 | 0 | 110101 | 10001 | 11010 | 100111111 | 101011 | 110110 |
Color Harmonies of #BD589D
Complementary color
Monochromatic Colors of #BD589D
Black with #BD589D
Text Example
Text Example
White with #BD589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD589D; }
p { color: rgb(189,88,157); }
H1.HeaderClassName
{
color: #BD589D;
}
.AnyTagClassName
{
color: #BD589D;
}
</style>
background-color css
<style>
a { background-color: #BD589D; }
a { background-color: rgb(189,88,157); }
div.DivClassName
{
background-color: #BD589D;
}
.BgClassName
{
background-color: #BD589D;
}
</style>
border-color css
<style>
span { border-color: #BD589D; }
span { border-color: rgb(189,88,157); }
td.TdClassName
{
border-color: #BD589D;
}
.TagClassName
{
border-color: #BD589D;
}
</style>