Shades of Mulberry #BD559E
Tints of Mulberry #BD559E
RGB
CMYK
RGB Variations
Color information
#BD559E (or 0xBD559E) is known color: Mulberry. HEX triplet: BD, 55 and 9E. RGB value is (189,85,158). Sum of RGB (Red+Green+Blue) = 189+85+158=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD559E is #42AA61. Grayscale: #7C7C7C. Windows color (decimal): -4368994 or 10376637. OLE color: 10376637.
HSL color Cylindrical-coordinate representation of color #BD559E: hue angle of 317.88º 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 #BD559E is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 158 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.26 |
| HSL | 317.88º | 0.44% | 0.54% | - |
| HSV(B) | 317.88º | 0.55% | 0.74% | - |
| XYZ | 30.41 | 19.78 | 34.56 | - |
| YUV | 124.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 158 | 0 | 0.55 | 0.16 | 0.26 | 317.88 | 0.44 | 0.54 |
| Hex | BD | 55 | 9E | 0 | 37 | 10 | 1A | 13E | 2C | 36 |
| Octal | 275 | 125 | 236 | 0 | 67 | 20 | 32 | 476 | 54 | 66 |
| Binary | 10111101 | 1010101 | 10011110 | 0 | 110111 | 10000 | 11010 | 100111110 | 101100 | 110110 |
Color Harmonies of #BD559E
Complementary color
Monochromatic Colors of #BD559E
Black with #BD559E
Text Example
Text Example
White with #BD559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD559E; }
p { color: rgb(189,85,158); }
H1.HeaderClassName
{
color: #BD559E;
}
.AnyTagClassName
{
color: #BD559E;
}
</style>
background-color css
<style>
a { background-color: #BD559E; }
a { background-color: rgb(189,85,158); }
div.DivClassName
{
background-color: #BD559E;
}
.BgClassName
{
background-color: #BD559E;
}
</style>
border-color css
<style>
span { border-color: #BD559E; }
span { border-color: rgb(189,85,158); }
td.TdClassName
{
border-color: #BD559E;
}
.TagClassName
{
border-color: #BD559E;
}
</style>