Shades of Mulberry #BD4E91
Tints of Mulberry #BD4E91
RGB
CMYK
RGB Variations
Color information
#BD4E91 (or 0xBD4E91) is known color: Mulberry. HEX triplet: BD, 4E and 91. RGB value is (189,78,145). Sum of RGB (Red+Green+Blue) = 189+78+145=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4E91 is #42B16E. Grayscale: #767676. Windows color (decimal): -4370799 or 9522877. OLE color: 9522877.
HSL color Cylindrical-coordinate representation of color #BD4E91: hue angle of 323.78º 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 #BD4E91 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 145 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.26 |
| HSL | 323.78º | 0.46% | 0.52% | - |
| HSV(B) | 323.78º | 0.59% | 0.74% | - |
| XYZ | 28.82 | 18.31 | 28.8 | - |
| YUV | 118.83 | 142.77 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 145 | 0 | 0.59 | 0.23 | 0.26 | 323.78 | 0.46 | 0.52 |
| Hex | BD | 4E | 91 | 0 | 3B | 17 | 1A | 144 | 2E | 34 |
| Octal | 275 | 116 | 221 | 0 | 73 | 27 | 32 | 504 | 56 | 64 |
| Binary | 10111101 | 1001110 | 10010001 | 0 | 111011 | 10111 | 11010 | 101000100 | 101110 | 110100 |
Color Harmonies of #BD4E91
Complementary color
Monochromatic Colors of #BD4E91
Black with #BD4E91
Text Example
Text Example
White with #BD4E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E91; }
p { color: rgb(189,78,145); }
H1.HeaderClassName
{
color: #BD4E91;
}
.AnyTagClassName
{
color: #BD4E91;
}
</style>
background-color css
<style>
a { background-color: #BD4E91; }
a { background-color: rgb(189,78,145); }
div.DivClassName
{
background-color: #BD4E91;
}
.BgClassName
{
background-color: #BD4E91;
}
</style>
border-color css
<style>
span { border-color: #BD4E91; }
span { border-color: rgb(189,78,145); }
td.TdClassName
{
border-color: #BD4E91;
}
.TagClassName
{
border-color: #BD4E91;
}
</style>