Shades of Mulberry #B94DA0
Tints of Mulberry #B94DA0
RGB
CMYK
RGB Variations
Color information
#B94DA0 (or 0xB94DA0) is known color: Mulberry. HEX triplet: B9, 4D and A0. RGB value is (185,77,160). Sum of RGB (Red+Green+Blue) = 185+77+160=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94DA0 is #46B25F. Grayscale: #767676. Windows color (decimal): -4633184 or 10505657. OLE color: 10505657.
HSL color Cylindrical-coordinate representation of color #B94DA0: hue angle of 313.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94DA0 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 160 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.27 |
| HSL | 313.89º | 0.44% | 0.51% | - |
| HSV(B) | 313.89º | 0.58% | 0.73% | - |
| XYZ | 29.01 | 18.16 | 35.23 | - |
| YUV | 118.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 160 | 0 | 0.58 | 0.14 | 0.27 | 313.89 | 0.44 | 0.51 |
| Hex | B9 | 4D | A0 | 0 | 3A | E | 1B | 13A | 2C | 33 |
| Octal | 271 | 115 | 240 | 0 | 72 | 16 | 33 | 472 | 54 | 63 |
| Binary | 10111001 | 1001101 | 10100000 | 0 | 111010 | 1110 | 11011 | 100111010 | 101100 | 110011 |
Color Harmonies of #B94DA0
Complementary color
Monochromatic Colors of #B94DA0
Black with #B94DA0
Text Example
Text Example
White with #B94DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94DA0; }
p { color: rgb(185,77,160); }
H1.HeaderClassName
{
color: #B94DA0;
}
.AnyTagClassName
{
color: #B94DA0;
}
</style>
background-color css
<style>
a { background-color: #B94DA0; }
a { background-color: rgb(185,77,160); }
div.DivClassName
{
background-color: #B94DA0;
}
.BgClassName
{
background-color: #B94DA0;
}
</style>
border-color css
<style>
span { border-color: #B94DA0; }
span { border-color: rgb(185,77,160); }
td.TdClassName
{
border-color: #B94DA0;
}
.TagClassName
{
border-color: #B94DA0;
}
</style>