Shades of Mulberry #B7479A
Tints of Mulberry #B7479A
RGB
CMYK
RGB Variations
Color information
#B7479A (or 0xB7479A) is known color: Mulberry. HEX triplet: B7, 47 and 9A. RGB value is (183,71,154). Sum of RGB (Red+Green+Blue) = 183+71+154=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7479A is #48B865. Grayscale: #717171. Windows color (decimal): -4765798 or 10110903. OLE color: 10110903.
HSL color Cylindrical-coordinate representation of color #B7479A: hue angle of 315.54º 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 #B7479A is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 154 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.28 |
| HSL | 315.54º | 0.44% | 0.5% | - |
| HSV(B) | 315.54º | 0.61% | 0.72% | - |
| XYZ | 27.61 | 16.91 | 32.38 | - |
| YUV | 113.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 154 | 0 | 0.61 | 0.16 | 0.28 | 315.54 | 0.44 | 0.5 |
| Hex | B7 | 47 | 9A | 0 | 3D | 10 | 1C | 13C | 2C | 32 |
| Octal | 267 | 107 | 232 | 0 | 75 | 20 | 34 | 474 | 54 | 62 |
| Binary | 10110111 | 1000111 | 10011010 | 0 | 111101 | 10000 | 11100 | 100111100 | 101100 | 110010 |
Color Harmonies of #B7479A
Complementary color
Monochromatic Colors of #B7479A
Black with #B7479A
Text Example
Text Example
White with #B7479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7479A; }
p { color: rgb(183,71,154); }
H1.HeaderClassName
{
color: #B7479A;
}
.AnyTagClassName
{
color: #B7479A;
}
</style>
background-color css
<style>
a { background-color: #B7479A; }
a { background-color: rgb(183,71,154); }
div.DivClassName
{
background-color: #B7479A;
}
.BgClassName
{
background-color: #B7479A;
}
</style>
border-color css
<style>
span { border-color: #B7479A; }
span { border-color: rgb(183,71,154); }
td.TdClassName
{
border-color: #B7479A;
}
.TagClassName
{
border-color: #B7479A;
}
</style>