Shades of Mulberry #B94E8C
Tints of Mulberry #B94E8C
RGB
CMYK
RGB Variations
Color information
#B94E8C (or 0xB94E8C) is known color: Mulberry. HEX triplet: B9, 4E and 8C. RGB value is (185,78,140). Sum of RGB (Red+Green+Blue) = 185+78+140=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E8C is #46B173. Grayscale: #747474. Windows color (decimal): -4632948 or 9195193. OLE color: 9195193.
HSL color Cylindrical-coordinate representation of color #B94E8C: hue angle of 325.23º 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 #B94E8C is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 78 | 140 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.27 |
| HSL | 325.23º | 0.43% | 0.52% | - |
| HSV(B) | 325.23º | 0.58% | 0.73% | - |
| XYZ | 27.47 | 17.66 | 26.77 | - |
| YUV | 117.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 140 | 0 | 0.58 | 0.24 | 0.27 | 325.23 | 0.43 | 0.52 |
| Hex | B9 | 4E | 8C | 0 | 3A | 18 | 1B | 145 | 2B | 34 |
| Octal | 271 | 116 | 214 | 0 | 72 | 30 | 33 | 505 | 53 | 64 |
| Binary | 10111001 | 1001110 | 10001100 | 0 | 111010 | 11000 | 11011 | 101000101 | 101011 | 110100 |
Color Harmonies of #B94E8C
Complementary color
Monochromatic Colors of #B94E8C
Black with #B94E8C
Text Example
Text Example
White with #B94E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94E8C; }
p { color: rgb(185,78,140); }
H1.HeaderClassName
{
color: #B94E8C;
}
.AnyTagClassName
{
color: #B94E8C;
}
</style>
background-color css
<style>
a { background-color: #B94E8C; }
a { background-color: rgb(185,78,140); }
div.DivClassName
{
background-color: #B94E8C;
}
.BgClassName
{
background-color: #B94E8C;
}
</style>
border-color css
<style>
span { border-color: #B94E8C; }
span { border-color: rgb(185,78,140); }
td.TdClassName
{
border-color: #B94E8C;
}
.TagClassName
{
border-color: #B94E8C;
}
</style>