Shades of Mulberry #BD4D94
Tints of Mulberry #BD4D94
RGB
CMYK
RGB Variations
Color information
#BD4D94 (or 0xBD4D94) is known color: Mulberry. HEX triplet: BD, 4D and 94. RGB value is (189,77,148). Sum of RGB (Red+Green+Blue) = 189+77+148=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4D94 is #42B26B. Grayscale: #767676. Windows color (decimal): -4371052 or 9719229. OLE color: 9719229.
HSL color Cylindrical-coordinate representation of color #BD4D94: hue angle of 321.96º 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 #BD4D94 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 148 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.26 |
| HSL | 321.96º | 0.46% | 0.52% | - |
| HSV(B) | 321.96º | 0.59% | 0.74% | - |
| XYZ | 28.99 | 18.26 | 30.01 | - |
| YUV | 118.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 148 | 0 | 0.59 | 0.22 | 0.26 | 321.96 | 0.46 | 0.52 |
| Hex | BD | 4D | 94 | 0 | 3B | 16 | 1A | 142 | 2E | 34 |
| Octal | 275 | 115 | 224 | 0 | 73 | 26 | 32 | 502 | 56 | 64 |
| Binary | 10111101 | 1001101 | 10010100 | 0 | 111011 | 10110 | 11010 | 101000010 | 101110 | 110100 |
Color Harmonies of #BD4D94
Complementary color
Monochromatic Colors of #BD4D94
Black with #BD4D94
Text Example
Text Example
White with #BD4D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D94; }
p { color: rgb(189,77,148); }
H1.HeaderClassName
{
color: #BD4D94;
}
.AnyTagClassName
{
color: #BD4D94;
}
</style>
background-color css
<style>
a { background-color: #BD4D94; }
a { background-color: rgb(189,77,148); }
div.DivClassName
{
background-color: #BD4D94;
}
.BgClassName
{
background-color: #BD4D94;
}
</style>
border-color css
<style>
span { border-color: #BD4D94; }
span { border-color: rgb(189,77,148); }
td.TdClassName
{
border-color: #BD4D94;
}
.TagClassName
{
border-color: #BD4D94;
}
</style>