Shades of Mulberry #BD4D8C
Tints of Mulberry #BD4D8C
RGB
CMYK
RGB Variations
Color information
#BD4D8C (or 0xBD4D8C) is known color: Mulberry. HEX triplet: BD, 4D and 8C. RGB value is (189,77,140). Sum of RGB (Red+Green+Blue) = 189+77+140=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4D8C is #42B273. Grayscale: #757575. Windows color (decimal): -4371060 or 9194941. OLE color: 9194941.
HSL color Cylindrical-coordinate representation of color #BD4D8C: hue angle of 326.25º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4D8C is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 140 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.26 |
| HSL | 326.25º | 0.46% | 0.52% | - |
| HSV(B) | 326.25º | 0.59% | 0.74% | - |
| XYZ | 28.37 | 18.02 | 26.79 | - |
| YUV | 117.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 140 | 0 | 0.59 | 0.26 | 0.26 | 326.25 | 0.46 | 0.52 |
| Hex | BD | 4D | 8C | 0 | 3B | 1A | 1A | 146 | 2E | 34 |
| Octal | 275 | 115 | 214 | 0 | 73 | 32 | 32 | 506 | 56 | 64 |
| Binary | 10111101 | 1001101 | 10001100 | 0 | 111011 | 11010 | 11010 | 101000110 | 101110 | 110100 |
Color Harmonies of #BD4D8C
Complementary color
Monochromatic Colors of #BD4D8C
Black with #BD4D8C
Text Example
Text Example
White with #BD4D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D8C; }
p { color: rgb(189,77,140); }
H1.HeaderClassName
{
color: #BD4D8C;
}
.AnyTagClassName
{
color: #BD4D8C;
}
</style>
background-color css
<style>
a { background-color: #BD4D8C; }
a { background-color: rgb(189,77,140); }
div.DivClassName
{
background-color: #BD4D8C;
}
.BgClassName
{
background-color: #BD4D8C;
}
</style>
border-color css
<style>
span { border-color: #BD4D8C; }
span { border-color: rgb(189,77,140); }
td.TdClassName
{
border-color: #BD4D8C;
}
.TagClassName
{
border-color: #BD4D8C;
}
</style>