Shades of Mulberry #BD4DA0
Tints of Mulberry #BD4DA0
RGB
CMYK
RGB Variations
Color information
#BD4DA0 (or 0xBD4DA0) is known color: Mulberry. HEX triplet: BD, 4D and A0. RGB value is (189,77,160). Sum of RGB (Red+Green+Blue) = 189+77+160=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4DA0 is #42B25F. Grayscale: #777777. Windows color (decimal): -4371040 or 10505661. OLE color: 10505661.
HSL color Cylindrical-coordinate representation of color #BD4DA0: hue angle of 315.54º 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 #BD4DA0 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 160 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.26 |
| HSL | 315.54º | 0.46% | 0.52% | - |
| HSV(B) | 315.54º | 0.59% | 0.74% | - |
| XYZ | 29.99 | 18.66 | 35.28 | - |
| YUV | 119.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 160 | 0 | 0.59 | 0.15 | 0.26 | 315.54 | 0.46 | 0.52 |
| Hex | BD | 4D | A0 | 0 | 3B | F | 1A | 13C | 2E | 34 |
| Octal | 275 | 115 | 240 | 0 | 73 | 17 | 32 | 474 | 56 | 64 |
| Binary | 10111101 | 1001101 | 10100000 | 0 | 111011 | 1111 | 11010 | 100111100 | 101110 | 110100 |
Color Harmonies of #BD4DA0
Complementary color
Monochromatic Colors of #BD4DA0
Black with #BD4DA0
Text Example
Text Example
White with #BD4DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DA0; }
p { color: rgb(189,77,160); }
H1.HeaderClassName
{
color: #BD4DA0;
}
.AnyTagClassName
{
color: #BD4DA0;
}
</style>
background-color css
<style>
a { background-color: #BD4DA0; }
a { background-color: rgb(189,77,160); }
div.DivClassName
{
background-color: #BD4DA0;
}
.BgClassName
{
background-color: #BD4DA0;
}
</style>
border-color css
<style>
span { border-color: #BD4DA0; }
span { border-color: rgb(189,77,160); }
td.TdClassName
{
border-color: #BD4DA0;
}
.TagClassName
{
border-color: #BD4DA0;
}
</style>