Shades of Mulberry #B94E99
Tints of Mulberry #B94E99
RGB
CMYK
RGB Variations
Color information
#B94E99 (or 0xB94E99) is known color: Mulberry. HEX triplet: B9, 4E and 99. RGB value is (185,78,153). Sum of RGB (Red+Green+Blue) = 185+78+153=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E99 is #46B166. Grayscale: #767676. Windows color (decimal): -4632935 or 10047161. OLE color: 10047161.
HSL color Cylindrical-coordinate representation of color #B94E99: hue angle of 317.94º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94E99 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 78 | 153 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.27 |
| HSL | 317.94º | 0.43% | 0.52% | - |
| HSV(B) | 317.94º | 0.58% | 0.73% | - |
| XYZ | 28.48 | 18.06 | 32.12 | - |
| YUV | 118.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 153 | 0 | 0.58 | 0.17 | 0.27 | 317.94 | 0.43 | 0.52 |
| Hex | B9 | 4E | 99 | 0 | 3A | 11 | 1B | 13E | 2B | 34 |
| Octal | 271 | 116 | 231 | 0 | 72 | 21 | 33 | 476 | 53 | 64 |
| Binary | 10111001 | 1001110 | 10011001 | 0 | 111010 | 10001 | 11011 | 100111110 | 101011 | 110100 |
Color Harmonies of #B94E99
Complementary color
Monochromatic Colors of #B94E99
Black with #B94E99
Text Example
Text Example
White with #B94E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94E99; }
p { color: rgb(185,78,153); }
H1.HeaderClassName
{
color: #B94E99;
}
.AnyTagClassName
{
color: #B94E99;
}
</style>
background-color css
<style>
a { background-color: #B94E99; }
a { background-color: rgb(185,78,153); }
div.DivClassName
{
background-color: #B94E99;
}
.BgClassName
{
background-color: #B94E99;
}
</style>
border-color css
<style>
span { border-color: #B94E99; }
span { border-color: rgb(185,78,153); }
td.TdClassName
{
border-color: #B94E99;
}
.TagClassName
{
border-color: #B94E99;
}
</style>