Shades of Mulberry #B7479F
Tints of Mulberry #B7479F
RGB
CMYK
RGB Variations
Color information
#B7479F (or 0xB7479F) is known color: Mulberry. HEX triplet: B7, 47 and 9F. RGB value is (183,71,159). Sum of RGB (Red+Green+Blue) = 183+71+159=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7479F is #48B860. Grayscale: #727272. Windows color (decimal): -4765793 or 10438583. OLE color: 10438583.
HSL color Cylindrical-coordinate representation of color #B7479F: hue angle of 312.86º 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 #B7479F is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 159 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.28 |
| HSL | 312.86º | 0.44% | 0.5% | - |
| HSV(B) | 312.86º | 0.61% | 0.72% | - |
| XYZ | 28.04 | 17.08 | 34.62 | - |
| YUV | 114.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 159 | 0 | 0.61 | 0.13 | 0.28 | 312.86 | 0.44 | 0.5 |
| Hex | B7 | 47 | 9F | 0 | 3D | D | 1C | 139 | 2C | 32 |
| Octal | 267 | 107 | 237 | 0 | 75 | 15 | 34 | 471 | 54 | 62 |
| Binary | 10110111 | 1000111 | 10011111 | 0 | 111101 | 1101 | 11100 | 100111001 | 101100 | 110010 |
Color Harmonies of #B7479F
Complementary color
Monochromatic Colors of #B7479F
Black with #B7479F
Text Example
Text Example
White with #B7479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7479F; }
p { color: rgb(183,71,159); }
H1.HeaderClassName
{
color: #B7479F;
}
.AnyTagClassName
{
color: #B7479F;
}
</style>
background-color css
<style>
a { background-color: #B7479F; }
a { background-color: rgb(183,71,159); }
div.DivClassName
{
background-color: #B7479F;
}
.BgClassName
{
background-color: #B7479F;
}
</style>
border-color css
<style>
span { border-color: #B7479F; }
span { border-color: rgb(183,71,159); }
td.TdClassName
{
border-color: #B7479F;
}
.TagClassName
{
border-color: #B7479F;
}
</style>