Shades of Mulberry #B94791
Tints of Mulberry #B94791
RGB
CMYK
RGB Variations
Color information
#B94791 (or 0xB94791) is known color: Mulberry. HEX triplet: B9, 47 and 91. RGB value is (185,71,145). Sum of RGB (Red+Green+Blue) = 185+71+145=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B94791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94791 is #46B86E. Grayscale: #717171. Windows color (decimal): -4634735 or 9521081. OLE color: 9521081.
HSL color Cylindrical-coordinate representation of color #B94791: hue angle of 321.05º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94791 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 145 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.27 |
| HSL | 321.05º | 0.45% | 0.5% | - |
| HSV(B) | 321.05º | 0.62% | 0.73% | - |
| XYZ | 27.37 | 16.87 | 28.6 | - |
| YUV | 113.52 | 145.77 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 145 | 0 | 0.62 | 0.22 | 0.27 | 321.05 | 0.45 | 0.5 |
| Hex | B9 | 47 | 91 | 0 | 3E | 16 | 1B | 141 | 2D | 32 |
| Octal | 271 | 107 | 221 | 0 | 76 | 26 | 33 | 501 | 55 | 62 |
| Binary | 10111001 | 1000111 | 10010001 | 0 | 111110 | 10110 | 11011 | 101000001 | 101101 | 110010 |
Color Harmonies of #B94791
Complementary color
Monochromatic Colors of #B94791
Black with #B94791
Text Example
Text Example
White with #B94791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94791; }
p { color: rgb(185,71,145); }
H1.HeaderClassName
{
color: #B94791;
}
.AnyTagClassName
{
color: #B94791;
}
</style>
background-color css
<style>
a { background-color: #B94791; }
a { background-color: rgb(185,71,145); }
div.DivClassName
{
background-color: #B94791;
}
.BgClassName
{
background-color: #B94791;
}
</style>
border-color css
<style>
span { border-color: #B94791; }
span { border-color: rgb(185,71,145); }
td.TdClassName
{
border-color: #B94791;
}
.TagClassName
{
border-color: #B94791;
}
</style>