Shades of Mulberry #B74786
Tints of Mulberry #B74786
RGB
CMYK
RGB Variations
Color information
#B74786 (or 0xB74786) is known color: Mulberry. HEX triplet: B7, 47 and 86. RGB value is (183,71,134). Sum of RGB (Red+Green+Blue) = 183+71+134=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B74786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74786 is #48B879. Grayscale: #6F6F6F. Windows color (decimal): -4765818 or 8800183. OLE color: 8800183.
HSL color Cylindrical-coordinate representation of color #B74786: hue angle of 326.25º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74786 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 134 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.28 |
| HSL | 326.25º | 0.44% | 0.5% | - |
| HSV(B) | 326.25º | 0.61% | 0.72% | - |
| XYZ | 26.08 | 16.29 | 24.32 | - |
| YUV | 111.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 134 | 0 | 0.61 | 0.27 | 0.28 | 326.25 | 0.44 | 0.5 |
| Hex | B7 | 47 | 86 | 0 | 3D | 1B | 1C | 146 | 2C | 32 |
| Octal | 267 | 107 | 206 | 0 | 75 | 33 | 34 | 506 | 54 | 62 |
| Binary | 10110111 | 1000111 | 10000110 | 0 | 111101 | 11011 | 11100 | 101000110 | 101100 | 110010 |
Color Harmonies of #B74786
Complementary color
Monochromatic Colors of #B74786
Black with #B74786
Text Example
Text Example
White with #B74786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74786; }
p { color: rgb(183,71,134); }
H1.HeaderClassName
{
color: #B74786;
}
.AnyTagClassName
{
color: #B74786;
}
</style>
background-color css
<style>
a { background-color: #B74786; }
a { background-color: rgb(183,71,134); }
div.DivClassName
{
background-color: #B74786;
}
.BgClassName
{
background-color: #B74786;
}
</style>
border-color css
<style>
span { border-color: #B74786; }
span { border-color: rgb(183,71,134); }
td.TdClassName
{
border-color: #B74786;
}
.TagClassName
{
border-color: #B74786;
}
</style>