Shades of Mulberry #B7479E
Tints of Mulberry #B7479E
RGB
CMYK
RGB Variations
Color information
#B7479E (or 0xB7479E) is known color: Mulberry. HEX triplet: B7, 47 and 9E. RGB value is (183,71,158). Sum of RGB (Red+Green+Blue) = 183+71+158=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B7479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7479E is #48B861. Grayscale: #727272. Windows color (decimal): -4765794 or 10373047. OLE color: 10373047.
HSL color Cylindrical-coordinate representation of color #B7479E: hue angle of 313.39º 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 #B7479E is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 158 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.28 |
| HSL | 313.39º | 0.44% | 0.5% | - |
| HSV(B) | 313.39º | 0.61% | 0.72% | - |
| XYZ | 27.95 | 17.04 | 34.16 | - |
| YUV | 114.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 158 | 0 | 0.61 | 0.14 | 0.28 | 313.39 | 0.44 | 0.5 |
| Hex | B7 | 47 | 9E | 0 | 3D | E | 1C | 139 | 2C | 32 |
| Octal | 267 | 107 | 236 | 0 | 75 | 16 | 34 | 471 | 54 | 62 |
| Binary | 10110111 | 1000111 | 10011110 | 0 | 111101 | 1110 | 11100 | 100111001 | 101100 | 110010 |
Color Harmonies of #B7479E
Complementary color
Monochromatic Colors of #B7479E
Black with #B7479E
Text Example
Text Example
White with #B7479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7479E; }
p { color: rgb(183,71,158); }
H1.HeaderClassName
{
color: #B7479E;
}
.AnyTagClassName
{
color: #B7479E;
}
</style>
background-color css
<style>
a { background-color: #B7479E; }
a { background-color: rgb(183,71,158); }
div.DivClassName
{
background-color: #B7479E;
}
.BgClassName
{
background-color: #B7479E;
}
</style>
border-color css
<style>
span { border-color: #B7479E; }
span { border-color: rgb(183,71,158); }
td.TdClassName
{
border-color: #B7479E;
}
.TagClassName
{
border-color: #B7479E;
}
</style>