Shades of Mulberry #BD599C
Tints of Mulberry #BD599C
RGB
CMYK
RGB Variations
Color information
#BD599C (or 0xBD599C) is known color: Mulberry. HEX triplet: BD, 59 and 9C. RGB value is (189,89,156). Sum of RGB (Red+Green+Blue) = 189+89+156=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD599C is #42A663. Grayscale: #7E7E7E. Windows color (decimal): -4367972 or 10246589. OLE color: 10246589.
HSL color Cylindrical-coordinate representation of color #BD599C: hue angle of 319.8º 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 #BD599C is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 156 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.26 |
| HSL | 319.8º | 0.43% | 0.55% | - |
| HSV(B) | 319.8º | 0.53% | 0.74% | - |
| XYZ | 30.56 | 20.36 | 33.77 | - |
| YUV | 126.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 156 | 0 | 0.53 | 0.17 | 0.26 | 319.8 | 0.43 | 0.55 |
| Hex | BD | 59 | 9C | 0 | 35 | 11 | 1A | 140 | 2B | 37 |
| Octal | 275 | 131 | 234 | 0 | 65 | 21 | 32 | 500 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10011100 | 0 | 110101 | 10001 | 11010 | 101000000 | 101011 | 110111 |
Color Harmonies of #BD599C
Complementary color
Monochromatic Colors of #BD599C
Black with #BD599C
Text Example
Text Example
White with #BD599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD599C; }
p { color: rgb(189,89,156); }
H1.HeaderClassName
{
color: #BD599C;
}
.AnyTagClassName
{
color: #BD599C;
}
</style>
background-color css
<style>
a { background-color: #BD599C; }
a { background-color: rgb(189,89,156); }
div.DivClassName
{
background-color: #BD599C;
}
.BgClassName
{
background-color: #BD599C;
}
</style>
border-color css
<style>
span { border-color: #BD599C; }
span { border-color: rgb(189,89,156); }
td.TdClassName
{
border-color: #BD599C;
}
.TagClassName
{
border-color: #BD599C;
}
</style>