Shades of Mulberry #BD559A
Tints of Mulberry #BD559A
RGB
CMYK
RGB Variations
Color information
#BD559A (or 0xBD559A) is known color: Mulberry. HEX triplet: BD, 55 and 9A. RGB value is (189,85,154). Sum of RGB (Red+Green+Blue) = 189+85+154=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD559A is #42AA65. Grayscale: #7B7B7B. Windows color (decimal): -4368998 or 10114493. OLE color: 10114493.
HSL color Cylindrical-coordinate representation of color #BD559A: hue angle of 320.19º 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 #BD559A is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 154 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.26 |
| HSL | 320.19º | 0.44% | 0.54% | - |
| HSV(B) | 320.19º | 0.55% | 0.74% | - |
| XYZ | 30.07 | 19.65 | 32.78 | - |
| YUV | 123.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 154 | 0 | 0.55 | 0.19 | 0.26 | 320.19 | 0.44 | 0.54 |
| Hex | BD | 55 | 9A | 0 | 37 | 13 | 1A | 140 | 2C | 36 |
| Octal | 275 | 125 | 232 | 0 | 67 | 23 | 32 | 500 | 54 | 66 |
| Binary | 10111101 | 1010101 | 10011010 | 0 | 110111 | 10011 | 11010 | 101000000 | 101100 | 110110 |
Color Harmonies of #BD559A
Complementary color
Monochromatic Colors of #BD559A
Black with #BD559A
Text Example
Text Example
White with #BD559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD559A; }
p { color: rgb(189,85,154); }
H1.HeaderClassName
{
color: #BD559A;
}
.AnyTagClassName
{
color: #BD559A;
}
</style>
background-color css
<style>
a { background-color: #BD559A; }
a { background-color: rgb(189,85,154); }
div.DivClassName
{
background-color: #BD559A;
}
.BgClassName
{
background-color: #BD559A;
}
</style>
border-color css
<style>
span { border-color: #BD559A; }
span { border-color: rgb(189,85,154); }
td.TdClassName
{
border-color: #BD559A;
}
.TagClassName
{
border-color: #BD559A;
}
</style>