Shades of Mulberry #BD599D
Tints of Mulberry #BD599D
RGB
CMYK
RGB Variations
Color information
#BD599D (or 0xBD599D) is known color: Mulberry. HEX triplet: BD, 59 and 9D. RGB value is (189,89,157). Sum of RGB (Red+Green+Blue) = 189+89+157=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD599D is #42A662. Grayscale: #7E7E7E. Windows color (decimal): -4367971 or 10312125. OLE color: 10312125.
HSL color Cylindrical-coordinate representation of color #BD599D: hue angle of 319.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD599D is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 157 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.26 |
| HSL | 319.2º | 0.43% | 0.55% | - |
| HSV(B) | 319.2º | 0.53% | 0.74% | - |
| XYZ | 30.64 | 20.4 | 34.22 | - |
| YUV | 126.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 157 | 0 | 0.53 | 0.17 | 0.26 | 319.2 | 0.43 | 0.55 |
| Hex | BD | 59 | 9D | 0 | 35 | 11 | 1A | 13F | 2B | 37 |
| Octal | 275 | 131 | 235 | 0 | 65 | 21 | 32 | 477 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10011101 | 0 | 110101 | 10001 | 11010 | 100111111 | 101011 | 110111 |
Color Harmonies of #BD599D
Complementary color
Monochromatic Colors of #BD599D
Black with #BD599D
Text Example
Text Example
White with #BD599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD599D; }
p { color: rgb(189,89,157); }
H1.HeaderClassName
{
color: #BD599D;
}
.AnyTagClassName
{
color: #BD599D;
}
</style>
background-color css
<style>
a { background-color: #BD599D; }
a { background-color: rgb(189,89,157); }
div.DivClassName
{
background-color: #BD599D;
}
.BgClassName
{
background-color: #BD599D;
}
</style>
border-color css
<style>
span { border-color: #BD599D; }
span { border-color: rgb(189,89,157); }
td.TdClassName
{
border-color: #BD599D;
}
.TagClassName
{
border-color: #BD599D;
}
</style>