Shades of Mulberry #BD4EA0
Tints of Mulberry #BD4EA0
RGB
CMYK
RGB Variations
Color information
#BD4EA0 (or 0xBD4EA0) is known color: Mulberry. HEX triplet: BD, 4E and A0. RGB value is (189,78,160). Sum of RGB (Red+Green+Blue) = 189+78+160=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4EA0 is #42B15F. Grayscale: #787878. Windows color (decimal): -4370784 or 10505917. OLE color: 10505917.
HSL color Cylindrical-coordinate representation of color #BD4EA0: hue angle of 315.68º 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 #BD4EA0 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 160 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.26 |
| HSL | 315.68º | 0.46% | 0.52% | - |
| HSV(B) | 315.68º | 0.59% | 0.74% | - |
| XYZ | 30.06 | 18.81 | 35.3 | - |
| YUV | 120.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 160 | 0 | 0.59 | 0.15 | 0.26 | 315.68 | 0.46 | 0.52 |
| Hex | BD | 4E | A0 | 0 | 3B | F | 1A | 13C | 2E | 34 |
| Octal | 275 | 116 | 240 | 0 | 73 | 17 | 32 | 474 | 56 | 64 |
| Binary | 10111101 | 1001110 | 10100000 | 0 | 111011 | 1111 | 11010 | 100111100 | 101110 | 110100 |
Color Harmonies of #BD4EA0
Complementary color
Monochromatic Colors of #BD4EA0
Black with #BD4EA0
Text Example
Text Example
White with #BD4EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4EA0; }
p { color: rgb(189,78,160); }
H1.HeaderClassName
{
color: #BD4EA0;
}
.AnyTagClassName
{
color: #BD4EA0;
}
</style>
background-color css
<style>
a { background-color: #BD4EA0; }
a { background-color: rgb(189,78,160); }
div.DivClassName
{
background-color: #BD4EA0;
}
.BgClassName
{
background-color: #BD4EA0;
}
</style>
border-color css
<style>
span { border-color: #BD4EA0; }
span { border-color: rgb(189,78,160); }
td.TdClassName
{
border-color: #BD4EA0;
}
.TagClassName
{
border-color: #BD4EA0;
}
</style>