Shades of Mulberry #BD599E
Tints of Mulberry #BD599E
RGB
CMYK
RGB Variations
Color information
#BD599E (or 0xBD599E) is known color: Mulberry. HEX triplet: BD, 59 and 9E. RGB value is (189,89,158). Sum of RGB (Red+Green+Blue) = 189+89+158=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD599E is #42A661. Grayscale: #7E7E7E. Windows color (decimal): -4367970 or 10377661. OLE color: 10377661.
HSL color Cylindrical-coordinate representation of color #BD599E: hue angle of 318.6º 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 #BD599E is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 158 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.26 |
| HSL | 318.6º | 0.43% | 0.55% | - |
| HSV(B) | 318.6º | 0.53% | 0.74% | - |
| XYZ | 30.73 | 20.43 | 34.67 | - |
| YUV | 126.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 158 | 0 | 0.53 | 0.16 | 0.26 | 318.6 | 0.43 | 0.55 |
| Hex | BD | 59 | 9E | 0 | 35 | 10 | 1A | 13F | 2B | 37 |
| Octal | 275 | 131 | 236 | 0 | 65 | 20 | 32 | 477 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10011110 | 0 | 110101 | 10000 | 11010 | 100111111 | 101011 | 110111 |
Color Harmonies of #BD599E
Complementary color
Monochromatic Colors of #BD599E
Black with #BD599E
Text Example
Text Example
White with #BD599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD599E; }
p { color: rgb(189,89,158); }
H1.HeaderClassName
{
color: #BD599E;
}
.AnyTagClassName
{
color: #BD599E;
}
</style>
background-color css
<style>
a { background-color: #BD599E; }
a { background-color: rgb(189,89,158); }
div.DivClassName
{
background-color: #BD599E;
}
.BgClassName
{
background-color: #BD599E;
}
</style>
border-color css
<style>
span { border-color: #BD599E; }
span { border-color: rgb(189,89,158); }
td.TdClassName
{
border-color: #BD599E;
}
.TagClassName
{
border-color: #BD599E;
}
</style>