Shades of Mulberry #B74799
Tints of Mulberry #B74799
RGB
CMYK
RGB Variations
Color information
#B74799 (or 0xB74799) is known color: Mulberry. HEX triplet: B7, 47 and 99. RGB value is (183,71,153). Sum of RGB (Red+Green+Blue) = 183+71+153=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B74799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74799 is #48B866. Grayscale: #717171. Windows color (decimal): -4765799 or 10045367. OLE color: 10045367.
HSL color Cylindrical-coordinate representation of color #B74799: hue angle of 316.07º 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 #B74799 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 153 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.28 |
| HSL | 316.07º | 0.44% | 0.5% | - |
| HSV(B) | 316.07º | 0.61% | 0.72% | - |
| XYZ | 27.53 | 16.87 | 31.94 | - |
| YUV | 113.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 153 | 0 | 0.61 | 0.16 | 0.28 | 316.07 | 0.44 | 0.5 |
| Hex | B7 | 47 | 99 | 0 | 3D | 10 | 1C | 13C | 2C | 32 |
| Octal | 267 | 107 | 231 | 0 | 75 | 20 | 34 | 474 | 54 | 62 |
| Binary | 10110111 | 1000111 | 10011001 | 0 | 111101 | 10000 | 11100 | 100111100 | 101100 | 110010 |
Color Harmonies of #B74799
Complementary color
Monochromatic Colors of #B74799
Black with #B74799
Text Example
Text Example
White with #B74799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74799; }
p { color: rgb(183,71,153); }
H1.HeaderClassName
{
color: #B74799;
}
.AnyTagClassName
{
color: #B74799;
}
</style>
background-color css
<style>
a { background-color: #B74799; }
a { background-color: rgb(183,71,153); }
div.DivClassName
{
background-color: #B74799;
}
.BgClassName
{
background-color: #B74799;
}
</style>
border-color css
<style>
span { border-color: #B74799; }
span { border-color: rgb(183,71,153); }
td.TdClassName
{
border-color: #B74799;
}
.TagClassName
{
border-color: #B74799;
}
</style>