Shades of Mulberry #B74987
Tints of Mulberry #B74987
RGB
CMYK
RGB Variations
Color information
#B74987 (or 0xB74987) is known color: Mulberry. HEX triplet: B7, 49 and 87. RGB value is (183,73,135). Sum of RGB (Red+Green+Blue) = 183+73+135=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B74987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74987 is #48B678. Grayscale: #707070. Windows color (decimal): -4765305 or 8866231. OLE color: 8866231.
HSL color Cylindrical-coordinate representation of color #B74987: hue angle of 326.18º 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 #B74987 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 135 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.28 |
| HSL | 326.18º | 0.43% | 0.5% | - |
| HSV(B) | 326.18º | 0.6% | 0.72% | - |
| XYZ | 26.28 | 16.58 | 24.74 | - |
| YUV | 112.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 135 | 0 | 0.60 | 0.26 | 0.28 | 326.18 | 0.43 | 0.5 |
| Hex | B7 | 49 | 87 | 0 | 3C | 1A | 1C | 146 | 2B | 32 |
| Octal | 267 | 111 | 207 | 0 | 74 | 32 | 34 | 506 | 53 | 62 |
| Binary | 10110111 | 1001001 | 10000111 | 0 | 111100 | 11010 | 11100 | 101000110 | 101011 | 110010 |
Color Harmonies of #B74987
Complementary color
Monochromatic Colors of #B74987
Black with #B74987
Text Example
Text Example
White with #B74987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74987; }
p { color: rgb(183,73,135); }
H1.HeaderClassName
{
color: #B74987;
}
.AnyTagClassName
{
color: #B74987;
}
</style>
background-color css
<style>
a { background-color: #B74987; }
a { background-color: rgb(183,73,135); }
div.DivClassName
{
background-color: #B74987;
}
.BgClassName
{
background-color: #B74987;
}
</style>
border-color css
<style>
span { border-color: #B74987; }
span { border-color: rgb(183,73,135); }
td.TdClassName
{
border-color: #B74987;
}
.TagClassName
{
border-color: #B74987;
}
</style>