Shades of Mulberry #BD4688
Tints of Mulberry #BD4688
RGB
CMYK
RGB Variations
Color information
#BD4688 (or 0xBD4688) is known color: Mulberry. HEX triplet: BD, 46 and 88. RGB value is (189,70,136). Sum of RGB (Red+Green+Blue) = 189+70+136=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4688 is #42B977. Grayscale: #707070. Windows color (decimal): -4372856 or 8931005. OLE color: 8931005.
HSL color Cylindrical-coordinate representation of color #BD4688: hue angle of 326.72º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4688 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 136 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.26 |
| HSL | 326.72º | 0.47% | 0.51% | - |
| HSV(B) | 326.72º | 0.63% | 0.74% | - |
| XYZ | 27.62 | 16.98 | 25.11 | - |
| YUV | 113.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 136 | 0 | 0.63 | 0.28 | 0.26 | 326.72 | 0.47 | 0.51 |
| Hex | BD | 46 | 88 | 0 | 3F | 1C | 1A | 147 | 2F | 33 |
| Octal | 275 | 106 | 210 | 0 | 77 | 34 | 32 | 507 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10001000 | 0 | 111111 | 11100 | 11010 | 101000111 | 101111 | 110011 |
Color Harmonies of #BD4688
Complementary color
Monochromatic Colors of #BD4688
Black with #BD4688
Text Example
Text Example
White with #BD4688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4688; }
p { color: rgb(189,70,136); }
H1.HeaderClassName
{
color: #BD4688;
}
.AnyTagClassName
{
color: #BD4688;
}
</style>
background-color css
<style>
a { background-color: #BD4688; }
a { background-color: rgb(189,70,136); }
div.DivClassName
{
background-color: #BD4688;
}
.BgClassName
{
background-color: #BD4688;
}
</style>
border-color css
<style>
span { border-color: #BD4688; }
span { border-color: rgb(189,70,136); }
td.TdClassName
{
border-color: #BD4688;
}
.TagClassName
{
border-color: #BD4688;
}
</style>