Shades of Mulberry #B94E93
Tints of Mulberry #B94E93
RGB
CMYK
RGB Variations
Color information
#B94E93 (or 0xB94E93) is known color: Mulberry. HEX triplet: B9, 4E and 93. RGB value is (185,78,147). Sum of RGB (Red+Green+Blue) = 185+78+147=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E93 is #46B16C. Grayscale: #757575. Windows color (decimal): -4632941 or 9653945. OLE color: 9653945.
HSL color Cylindrical-coordinate representation of color #B94E93: hue angle of 321.31º 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 #B94E93 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 78 | 147 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.27 |
| HSL | 321.31º | 0.43% | 0.52% | - |
| HSV(B) | 321.31º | 0.58% | 0.73% | - |
| XYZ | 28 | 17.87 | 29.58 | - |
| YUV | 117.86 | 144.45 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 147 | 0 | 0.58 | 0.21 | 0.27 | 321.31 | 0.43 | 0.52 |
| Hex | B9 | 4E | 93 | 0 | 3A | 15 | 1B | 141 | 2B | 34 |
| Octal | 271 | 116 | 223 | 0 | 72 | 25 | 33 | 501 | 53 | 64 |
| Binary | 10111001 | 1001110 | 10010011 | 0 | 111010 | 10101 | 11011 | 101000001 | 101011 | 110100 |
Color Harmonies of #B94E93
Complementary color
Monochromatic Colors of #B94E93
Black with #B94E93
Text Example
Text Example
White with #B94E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94E93; }
p { color: rgb(185,78,147); }
H1.HeaderClassName
{
color: #B94E93;
}
.AnyTagClassName
{
color: #B94E93;
}
</style>
background-color css
<style>
a { background-color: #B94E93; }
a { background-color: rgb(185,78,147); }
div.DivClassName
{
background-color: #B94E93;
}
.BgClassName
{
background-color: #B94E93;
}
</style>
border-color css
<style>
span { border-color: #B94E93; }
span { border-color: rgb(185,78,147); }
td.TdClassName
{
border-color: #B94E93;
}
.TagClassName
{
border-color: #B94E93;
}
</style>