Shades of Mulberry #BD4888
Tints of Mulberry #BD4888
RGB
CMYK
RGB Variations
Color information
#BD4888 (or 0xBD4888) is known color: Mulberry. HEX triplet: BD, 48 and 88. RGB value is (189,72,136). Sum of RGB (Red+Green+Blue) = 189+72+136=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4888 is #42B777. Grayscale: #727272. Windows color (decimal): -4372344 or 8931517. OLE color: 8931517.
HSL color Cylindrical-coordinate representation of color #BD4888: hue angle of 327.18º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4888 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 136 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.26 |
| HSL | 327.18º | 0.47% | 0.51% | - |
| HSV(B) | 327.18º | 0.62% | 0.74% | - |
| XYZ | 27.75 | 17.23 | 25.16 | - |
| YUV | 114.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 136 | 0 | 0.62 | 0.28 | 0.26 | 327.18 | 0.47 | 0.51 |
| Hex | BD | 48 | 88 | 0 | 3E | 1C | 1A | 147 | 2F | 33 |
| Octal | 275 | 110 | 210 | 0 | 76 | 34 | 32 | 507 | 57 | 63 |
| Binary | 10111101 | 1001000 | 10001000 | 0 | 111110 | 11100 | 11010 | 101000111 | 101111 | 110011 |
Color Harmonies of #BD4888
Complementary color
Monochromatic Colors of #BD4888
Black with #BD4888
Text Example
Text Example
White with #BD4888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4888; }
p { color: rgb(189,72,136); }
H1.HeaderClassName
{
color: #BD4888;
}
.AnyTagClassName
{
color: #BD4888;
}
</style>
background-color css
<style>
a { background-color: #BD4888; }
a { background-color: rgb(189,72,136); }
div.DivClassName
{
background-color: #BD4888;
}
.BgClassName
{
background-color: #BD4888;
}
</style>
border-color css
<style>
span { border-color: #BD4888; }
span { border-color: rgb(189,72,136); }
td.TdClassName
{
border-color: #BD4888;
}
.TagClassName
{
border-color: #BD4888;
}
</style>