Shades of Mulberry #B94F8E
Tints of Mulberry #B94F8E
RGB
CMYK
RGB Variations
Color information
#B94F8E (or 0xB94F8E) is known color: Mulberry. HEX triplet: B9, 4F and 8E. RGB value is (185,79,142). Sum of RGB (Red+Green+Blue) = 185+79+142=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94F8E is #46B071. Grayscale: #757575. Windows color (decimal): -4632690 or 9326521. OLE color: 9326521.
HSL color Cylindrical-coordinate representation of color #B94F8E: hue angle of 324.34º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B94F8E is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 79 | 142 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.27 |
| HSL | 324.34º | 0.43% | 0.52% | - |
| HSV(B) | 324.34º | 0.57% | 0.73% | - |
| XYZ | 27.69 | 17.86 | 27.58 | - |
| YUV | 117.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 79 | 142 | 0 | 0.57 | 0.23 | 0.27 | 324.34 | 0.43 | 0.52 |
| Hex | B9 | 4F | 8E | 0 | 39 | 17 | 1B | 144 | 2B | 34 |
| Octal | 271 | 117 | 216 | 0 | 71 | 27 | 33 | 504 | 53 | 64 |
| Binary | 10111001 | 1001111 | 10001110 | 0 | 111001 | 10111 | 11011 | 101000100 | 101011 | 110100 |
Color Harmonies of #B94F8E
Complementary color
Monochromatic Colors of #B94F8E
Black with #B94F8E
Text Example
Text Example
White with #B94F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94F8E; }
p { color: rgb(185,79,142); }
H1.HeaderClassName
{
color: #B94F8E;
}
.AnyTagClassName
{
color: #B94F8E;
}
</style>
background-color css
<style>
a { background-color: #B94F8E; }
a { background-color: rgb(185,79,142); }
div.DivClassName
{
background-color: #B94F8E;
}
.BgClassName
{
background-color: #B94F8E;
}
</style>
border-color css
<style>
span { border-color: #B94F8E; }
span { border-color: rgb(185,79,142); }
td.TdClassName
{
border-color: #B94F8E;
}
.TagClassName
{
border-color: #B94F8E;
}
</style>