Shades of Mulberry #BD4E8C
Tints of Mulberry #BD4E8C
RGB
CMYK
RGB Variations
Color information
#BD4E8C (or 0xBD4E8C) is known color: Mulberry. HEX triplet: BD, 4E and 8C. RGB value is (189,78,140). Sum of RGB (Red+Green+Blue) = 189+78+140=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4E8C is #42B173. Grayscale: #767676. Windows color (decimal): -4370804 or 9195197. OLE color: 9195197.
HSL color Cylindrical-coordinate representation of color #BD4E8C: hue angle of 326.49º 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 #BD4E8C is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 140 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.26 |
| HSL | 326.49º | 0.46% | 0.52% | - |
| HSV(B) | 326.49º | 0.59% | 0.74% | - |
| XYZ | 28.44 | 18.16 | 26.82 | - |
| YUV | 118.26 | 140.27 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 140 | 0 | 0.59 | 0.26 | 0.26 | 326.49 | 0.46 | 0.52 |
| Hex | BD | 4E | 8C | 0 | 3B | 1A | 1A | 146 | 2E | 34 |
| Octal | 275 | 116 | 214 | 0 | 73 | 32 | 32 | 506 | 56 | 64 |
| Binary | 10111101 | 1001110 | 10001100 | 0 | 111011 | 11010 | 11010 | 101000110 | 101110 | 110100 |
Color Harmonies of #BD4E8C
Complementary color
Monochromatic Colors of #BD4E8C
Black with #BD4E8C
Text Example
Text Example
White with #BD4E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E8C; }
p { color: rgb(189,78,140); }
H1.HeaderClassName
{
color: #BD4E8C;
}
.AnyTagClassName
{
color: #BD4E8C;
}
</style>
background-color css
<style>
a { background-color: #BD4E8C; }
a { background-color: rgb(189,78,140); }
div.DivClassName
{
background-color: #BD4E8C;
}
.BgClassName
{
background-color: #BD4E8C;
}
</style>
border-color css
<style>
span { border-color: #BD4E8C; }
span { border-color: rgb(189,78,140); }
td.TdClassName
{
border-color: #BD4E8C;
}
.TagClassName
{
border-color: #BD4E8C;
}
</style>