Shades of Mulberry #BD559C
Tints of Mulberry #BD559C
RGB
CMYK
RGB Variations
Color information
#BD559C (or 0xBD559C) is known color: Mulberry. HEX triplet: BD, 55 and 9C. RGB value is (189,85,156). Sum of RGB (Red+Green+Blue) = 189+85+156=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD559C is #42AA63. Grayscale: #7C7C7C. Windows color (decimal): -4368996 or 10245565. OLE color: 10245565.
HSL color Cylindrical-coordinate representation of color #BD559C: hue angle of 319.04º 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 #BD559C is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 156 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.26 |
| HSL | 319.04º | 0.44% | 0.54% | - |
| HSV(B) | 319.04º | 0.55% | 0.74% | - |
| XYZ | 30.24 | 19.72 | 33.66 | - |
| YUV | 124.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 156 | 0 | 0.55 | 0.17 | 0.26 | 319.04 | 0.44 | 0.54 |
| Hex | BD | 55 | 9C | 0 | 37 | 11 | 1A | 13F | 2C | 36 |
| Octal | 275 | 125 | 234 | 0 | 67 | 21 | 32 | 477 | 54 | 66 |
| Binary | 10111101 | 1010101 | 10011100 | 0 | 110111 | 10001 | 11010 | 100111111 | 101100 | 110110 |
Color Harmonies of #BD559C
Complementary color
Monochromatic Colors of #BD559C
Black with #BD559C
Text Example
Text Example
White with #BD559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD559C; }
p { color: rgb(189,85,156); }
H1.HeaderClassName
{
color: #BD559C;
}
.AnyTagClassName
{
color: #BD559C;
}
</style>
background-color css
<style>
a { background-color: #BD559C; }
a { background-color: rgb(189,85,156); }
div.DivClassName
{
background-color: #BD559C;
}
.BgClassName
{
background-color: #BD559C;
}
</style>
border-color css
<style>
span { border-color: #BD559C; }
span { border-color: rgb(189,85,156); }
td.TdClassName
{
border-color: #BD559C;
}
.TagClassName
{
border-color: #BD559C;
}
</style>