Shades of Mulberry #B94881
Tints of Mulberry #B94881
RGB
CMYK
RGB Variations
Color information
#B94881 (or 0xB94881) is known color: Mulberry. HEX triplet: B9, 48 and 81. RGB value is (185,72,129). Sum of RGB (Red+Green+Blue) = 185+72+129=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B94881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94881 is #46B77E. Grayscale: #707070. Windows color (decimal): -4634495 or 8472761. OLE color: 8472761.
HSL color Cylindrical-coordinate representation of color #B94881: hue angle of 329.73º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94881 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 129 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.27 |
| HSL | 329.73º | 0.45% | 0.5% | - |
| HSV(B) | 329.73º | 0.61% | 0.73% | - |
| XYZ | 26.29 | 16.53 | 22.57 | - |
| YUV | 112.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 129 | 0 | 0.61 | 0.30 | 0.27 | 329.73 | 0.45 | 0.5 |
| Hex | B9 | 48 | 81 | 0 | 3D | 1E | 1B | 14A | 2D | 32 |
| Octal | 271 | 110 | 201 | 0 | 75 | 36 | 33 | 512 | 55 | 62 |
| Binary | 10111001 | 1001000 | 10000001 | 0 | 111101 | 11110 | 11011 | 101001010 | 101101 | 110010 |
Color Harmonies of #B94881
Complementary color
Monochromatic Colors of #B94881
Black with #B94881
Text Example
Text Example
White with #B94881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94881; }
p { color: rgb(185,72,129); }
H1.HeaderClassName
{
color: #B94881;
}
.AnyTagClassName
{
color: #B94881;
}
</style>
background-color css
<style>
a { background-color: #B94881; }
a { background-color: rgb(185,72,129); }
div.DivClassName
{
background-color: #B94881;
}
.BgClassName
{
background-color: #B94881;
}
</style>
border-color css
<style>
span { border-color: #B94881; }
span { border-color: rgb(185,72,129); }
td.TdClassName
{
border-color: #B94881;
}
.TagClassName
{
border-color: #B94881;
}
</style>