Shades of Mulberry #B94C8B
Tints of Mulberry #B94C8B
RGB
CMYK
RGB Variations
Color information
#B94C8B (or 0xB94C8B) is known color: Mulberry. HEX triplet: B9, 4C and 8B. RGB value is (185,76,139). Sum of RGB (Red+Green+Blue) = 185+76+139=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94C8B is #46B374. Grayscale: #737373. Windows color (decimal): -4633461 or 9129145. OLE color: 9129145.
HSL color Cylindrical-coordinate representation of color #B94C8B: hue angle of 325.32º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94C8B is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 139 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.27 |
| HSL | 325.32º | 0.44% | 0.51% | - |
| HSV(B) | 325.32º | 0.59% | 0.73% | - |
| XYZ | 27.25 | 17.35 | 26.34 | - |
| YUV | 115.77 | 141.11 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 139 | 0 | 0.59 | 0.25 | 0.27 | 325.32 | 0.44 | 0.51 |
| Hex | B9 | 4C | 8B | 0 | 3B | 19 | 1B | 145 | 2C | 33 |
| Octal | 271 | 114 | 213 | 0 | 73 | 31 | 33 | 505 | 54 | 63 |
| Binary | 10111001 | 1001100 | 10001011 | 0 | 111011 | 11001 | 11011 | 101000101 | 101100 | 110011 |
Color Harmonies of #B94C8B
Complementary color
Monochromatic Colors of #B94C8B
Black with #B94C8B
Text Example
Text Example
White with #B94C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94C8B; }
p { color: rgb(185,76,139); }
H1.HeaderClassName
{
color: #B94C8B;
}
.AnyTagClassName
{
color: #B94C8B;
}
</style>
background-color css
<style>
a { background-color: #B94C8B; }
a { background-color: rgb(185,76,139); }
div.DivClassName
{
background-color: #B94C8B;
}
.BgClassName
{
background-color: #B94C8B;
}
</style>
border-color css
<style>
span { border-color: #B94C8B; }
span { border-color: rgb(185,76,139); }
td.TdClassName
{
border-color: #B94C8B;
}
.TagClassName
{
border-color: #B94C8B;
}
</style>