Shades of Mulberry #BD5599
Tints of Mulberry #BD5599
RGB
CMYK
RGB Variations
Color information
#BD5599 (or 0xBD5599) is known color: Mulberry. HEX triplet: BD, 55 and 99. RGB value is (189,85,153). Sum of RGB (Red+Green+Blue) = 189+85+153=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5599 is #42AA66. Grayscale: #7B7B7B. Windows color (decimal): -4368999 or 10048957. OLE color: 10048957.
HSL color Cylindrical-coordinate representation of color #BD5599: hue angle of 320.77º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5599 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 153 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.26 |
| HSL | 320.77º | 0.44% | 0.54% | - |
| HSV(B) | 320.77º | 0.55% | 0.74% | - |
| XYZ | 29.98 | 19.62 | 32.34 | - |
| YUV | 123.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 153 | 0 | 0.55 | 0.19 | 0.26 | 320.77 | 0.44 | 0.54 |
| Hex | BD | 55 | 99 | 0 | 37 | 13 | 1A | 141 | 2C | 36 |
| Octal | 275 | 125 | 231 | 0 | 67 | 23 | 32 | 501 | 54 | 66 |
| Binary | 10111101 | 1010101 | 10011001 | 0 | 110111 | 10011 | 11010 | 101000001 | 101100 | 110110 |
Color Harmonies of #BD5599
Complementary color
Monochromatic Colors of #BD5599
Black with #BD5599
Text Example
Text Example
White with #BD5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5599; }
p { color: rgb(189,85,153); }
H1.HeaderClassName
{
color: #BD5599;
}
.AnyTagClassName
{
color: #BD5599;
}
</style>
background-color css
<style>
a { background-color: #BD5599; }
a { background-color: rgb(189,85,153); }
div.DivClassName
{
background-color: #BD5599;
}
.BgClassName
{
background-color: #BD5599;
}
</style>
border-color css
<style>
span { border-color: #BD5599; }
span { border-color: rgb(189,85,153); }
td.TdClassName
{
border-color: #BD5599;
}
.TagClassName
{
border-color: #BD5599;
}
</style>