Shades of Mulberry #BD569C
Tints of Mulberry #BD569C
RGB
CMYK
RGB Variations
Color information
#BD569C (or 0xBD569C) is known color: Mulberry. HEX triplet: BD, 56 and 9C. RGB value is (189,86,156). Sum of RGB (Red+Green+Blue) = 189+86+156=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD569C is #42A963. Grayscale: #7C7C7C. Windows color (decimal): -4368740 or 10245821. OLE color: 10245821.
HSL color Cylindrical-coordinate representation of color #BD569C: hue angle of 319.22º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD569C is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 156 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.26 |
| HSL | 319.22º | 0.44% | 0.54% | - |
| HSV(B) | 319.22º | 0.54% | 0.74% | - |
| XYZ | 30.31 | 19.87 | 33.69 | - |
| YUV | 124.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 156 | 0 | 0.54 | 0.17 | 0.26 | 319.22 | 0.44 | 0.54 |
| Hex | BD | 56 | 9C | 0 | 36 | 11 | 1A | 13F | 2C | 36 |
| Octal | 275 | 126 | 234 | 0 | 66 | 21 | 32 | 477 | 54 | 66 |
| Binary | 10111101 | 1010110 | 10011100 | 0 | 110110 | 10001 | 11010 | 100111111 | 101100 | 110110 |
Color Harmonies of #BD569C
Complementary color
Monochromatic Colors of #BD569C
Black with #BD569C
Text Example
Text Example
White with #BD569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD569C; }
p { color: rgb(189,86,156); }
H1.HeaderClassName
{
color: #BD569C;
}
.AnyTagClassName
{
color: #BD569C;
}
</style>
background-color css
<style>
a { background-color: #BD569C; }
a { background-color: rgb(189,86,156); }
div.DivClassName
{
background-color: #BD569C;
}
.BgClassName
{
background-color: #BD569C;
}
</style>
border-color css
<style>
span { border-color: #BD569C; }
span { border-color: rgb(189,86,156); }
td.TdClassName
{
border-color: #BD569C;
}
.TagClassName
{
border-color: #BD569C;
}
</style>