Shades of Mulberry #B74989
Tints of Mulberry #B74989
RGB
CMYK
RGB Variations
Color information
#B74989 (or 0xB74989) is known color: Mulberry. HEX triplet: B7, 49 and 89. RGB value is (183,73,137). Sum of RGB (Red+Green+Blue) = 183+73+137=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B74989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74989 is #48B676. Grayscale: #717171. Windows color (decimal): -4765303 or 8997303. OLE color: 8997303.
HSL color Cylindrical-coordinate representation of color #B74989: hue angle of 325.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74989 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 137 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.28 |
| HSL | 325.09º | 0.43% | 0.5% | - |
| HSV(B) | 325.09º | 0.6% | 0.72% | - |
| XYZ | 26.43 | 16.64 | 25.49 | - |
| YUV | 113.19 | 141.44 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 137 | 0 | 0.60 | 0.25 | 0.28 | 325.09 | 0.43 | 0.5 |
| Hex | B7 | 49 | 89 | 0 | 3C | 19 | 1C | 145 | 2B | 32 |
| Octal | 267 | 111 | 211 | 0 | 74 | 31 | 34 | 505 | 53 | 62 |
| Binary | 10110111 | 1001001 | 10001001 | 0 | 111100 | 11001 | 11100 | 101000101 | 101011 | 110010 |
Color Harmonies of #B74989
Complementary color
Monochromatic Colors of #B74989
Black with #B74989
Text Example
Text Example
White with #B74989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74989; }
p { color: rgb(183,73,137); }
H1.HeaderClassName
{
color: #B74989;
}
.AnyTagClassName
{
color: #B74989;
}
</style>
background-color css
<style>
a { background-color: #B74989; }
a { background-color: rgb(183,73,137); }
div.DivClassName
{
background-color: #B74989;
}
.BgClassName
{
background-color: #B74989;
}
</style>
border-color css
<style>
span { border-color: #B74989; }
span { border-color: rgb(183,73,137); }
td.TdClassName
{
border-color: #B74989;
}
.TagClassName
{
border-color: #B74989;
}
</style>