Shades of Mulberry #BD4EA3
Tints of Mulberry #BD4EA3
RGB
CMYK
RGB Variations
Color information
#BD4EA3 (or 0xBD4EA3) is known color: Mulberry. HEX triplet: BD, 4E and A3. RGB value is (189,78,163). Sum of RGB (Red+Green+Blue) = 189+78+163=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4EA3 is #42B15C. Grayscale: #787878. Windows color (decimal): -4370781 or 10702525. OLE color: 10702525.
HSL color Cylindrical-coordinate representation of color #BD4EA3: hue angle of 314.05º 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 #BD4EA3 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 163 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.26 |
| HSL | 314.05º | 0.46% | 0.52% | - |
| HSV(B) | 314.05º | 0.59% | 0.74% | - |
| XYZ | 30.32 | 18.91 | 36.7 | - |
| YUV | 120.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 163 | 0 | 0.59 | 0.14 | 0.26 | 314.05 | 0.46 | 0.52 |
| Hex | BD | 4E | A3 | 0 | 3B | E | 1A | 13A | 2E | 34 |
| Octal | 275 | 116 | 243 | 0 | 73 | 16 | 32 | 472 | 56 | 64 |
| Binary | 10111101 | 1001110 | 10100011 | 0 | 111011 | 1110 | 11010 | 100111010 | 101110 | 110100 |
Color Harmonies of #BD4EA3
Complementary color
Monochromatic Colors of #BD4EA3
Black with #BD4EA3
Text Example
Text Example
White with #BD4EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4EA3; }
p { color: rgb(189,78,163); }
H1.HeaderClassName
{
color: #BD4EA3;
}
.AnyTagClassName
{
color: #BD4EA3;
}
</style>
background-color css
<style>
a { background-color: #BD4EA3; }
a { background-color: rgb(189,78,163); }
div.DivClassName
{
background-color: #BD4EA3;
}
.BgClassName
{
background-color: #BD4EA3;
}
</style>
border-color css
<style>
span { border-color: #BD4EA3; }
span { border-color: rgb(189,78,163); }
td.TdClassName
{
border-color: #BD4EA3;
}
.TagClassName
{
border-color: #BD4EA3;
}
</style>