Shades of Mulberry #B74F89
Tints of Mulberry #B74F89
RGB
CMYK
RGB Variations
Color information
#B74F89 (or 0xB74F89) is known color: Mulberry. HEX triplet: B7, 4F and 89. RGB value is (183,79,137). Sum of RGB (Red+Green+Blue) = 183+79+137=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74F89 is #48B076. Grayscale: #747474. Windows color (decimal): -4763767 or 8998839. OLE color: 8998839.
HSL color Cylindrical-coordinate representation of color #B74F89: hue angle of 326.54º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74F89 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 137 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.28 |
| HSL | 326.54º | 0.42% | 0.51% | - |
| HSV(B) | 326.54º | 0.57% | 0.72% | - |
| XYZ | 26.84 | 17.47 | 25.62 | - |
| YUV | 116.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 137 | 0 | 0.57 | 0.25 | 0.28 | 326.54 | 0.42 | 0.51 |
| Hex | B7 | 4F | 89 | 0 | 39 | 19 | 1C | 147 | 2A | 33 |
| Octal | 267 | 117 | 211 | 0 | 71 | 31 | 34 | 507 | 52 | 63 |
| Binary | 10110111 | 1001111 | 10001001 | 0 | 111001 | 11001 | 11100 | 101000111 | 101010 | 110011 |
Color Harmonies of #B74F89
Complementary color
Monochromatic Colors of #B74F89
Black with #B74F89
Text Example
Text Example
White with #B74F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F89; }
p { color: rgb(183,79,137); }
H1.HeaderClassName
{
color: #B74F89;
}
.AnyTagClassName
{
color: #B74F89;
}
</style>
background-color css
<style>
a { background-color: #B74F89; }
a { background-color: rgb(183,79,137); }
div.DivClassName
{
background-color: #B74F89;
}
.BgClassName
{
background-color: #B74F89;
}
</style>
border-color css
<style>
span { border-color: #B74F89; }
span { border-color: rgb(183,79,137); }
td.TdClassName
{
border-color: #B74F89;
}
.TagClassName
{
border-color: #B74F89;
}
</style>