Shades of Mulberry #B74796
Tints of Mulberry #B74796
RGB
CMYK
RGB Variations
Color information
#B74796 (or 0xB74796) is known color: Mulberry. HEX triplet: B7, 47 and 96. RGB value is (183,71,150). Sum of RGB (Red+Green+Blue) = 183+71+150=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B74796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74796 is #48B869. Grayscale: #717171. Windows color (decimal): -4765802 or 9848759. OLE color: 9848759.
HSL color Cylindrical-coordinate representation of color #B74796: hue angle of 317.68º 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 #B74796 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 150 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.28 |
| HSL | 317.68º | 0.44% | 0.5% | - |
| HSV(B) | 317.68º | 0.61% | 0.72% | - |
| XYZ | 27.29 | 16.78 | 30.65 | - |
| YUV | 113.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 150 | 0 | 0.61 | 0.18 | 0.28 | 317.68 | 0.44 | 0.5 |
| Hex | B7 | 47 | 96 | 0 | 3D | 12 | 1C | 13E | 2C | 32 |
| Octal | 267 | 107 | 226 | 0 | 75 | 22 | 34 | 476 | 54 | 62 |
| Binary | 10110111 | 1000111 | 10010110 | 0 | 111101 | 10010 | 11100 | 100111110 | 101100 | 110010 |
Color Harmonies of #B74796
Complementary color
Monochromatic Colors of #B74796
Black with #B74796
Text Example
Text Example
White with #B74796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74796; }
p { color: rgb(183,71,150); }
H1.HeaderClassName
{
color: #B74796;
}
.AnyTagClassName
{
color: #B74796;
}
</style>
background-color css
<style>
a { background-color: #B74796; }
a { background-color: rgb(183,71,150); }
div.DivClassName
{
background-color: #B74796;
}
.BgClassName
{
background-color: #B74796;
}
</style>
border-color css
<style>
span { border-color: #B74796; }
span { border-color: rgb(183,71,150); }
td.TdClassName
{
border-color: #B74796;
}
.TagClassName
{
border-color: #B74796;
}
</style>