Shades of Mulberry #BD4CA0
Tints of Mulberry #BD4CA0
RGB
CMYK
RGB Variations
Color information
#BD4CA0 (or 0xBD4CA0) is known color: Mulberry. HEX triplet: BD, 4C and A0. RGB value is (189,76,160). Sum of RGB (Red+Green+Blue) = 189+76+160=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4CA0 is #42B35F. Grayscale: #777777. Windows color (decimal): -4371296 or 10505405. OLE color: 10505405.
HSL color Cylindrical-coordinate representation of color #BD4CA0: hue angle of 315.4º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4CA0 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 160 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.26 |
| HSL | 315.4º | 0.46% | 0.52% | - |
| HSV(B) | 315.4º | 0.6% | 0.74% | - |
| XYZ | 29.92 | 18.53 | 35.26 | - |
| YUV | 119.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 160 | 0 | 0.60 | 0.15 | 0.26 | 315.4 | 0.46 | 0.52 |
| Hex | BD | 4C | A0 | 0 | 3C | F | 1A | 13B | 2E | 34 |
| Octal | 275 | 114 | 240 | 0 | 74 | 17 | 32 | 473 | 56 | 64 |
| Binary | 10111101 | 1001100 | 10100000 | 0 | 111100 | 1111 | 11010 | 100111011 | 101110 | 110100 |
Color Harmonies of #BD4CA0
Complementary color
Monochromatic Colors of #BD4CA0
Black with #BD4CA0
Text Example
Text Example
White with #BD4CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4CA0; }
p { color: rgb(189,76,160); }
H1.HeaderClassName
{
color: #BD4CA0;
}
.AnyTagClassName
{
color: #BD4CA0;
}
</style>
background-color css
<style>
a { background-color: #BD4CA0; }
a { background-color: rgb(189,76,160); }
div.DivClassName
{
background-color: #BD4CA0;
}
.BgClassName
{
background-color: #BD4CA0;
}
</style>
border-color css
<style>
span { border-color: #BD4CA0; }
span { border-color: rgb(189,76,160); }
td.TdClassName
{
border-color: #BD4CA0;
}
.TagClassName
{
border-color: #BD4CA0;
}
</style>