Shades of Mulberry #B7569C
Tints of Mulberry #B7569C
RGB
CMYK
RGB Variations
Color information
#B7569C (or 0xB7569C) is known color: Mulberry. HEX triplet: B7, 56 and 9C. RGB value is (183,86,156). Sum of RGB (Red+Green+Blue) = 183+86+156=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7569C is #48A963. Grayscale: #7A7A7A. Windows color (decimal): -4761956 or 10245815. OLE color: 10245815.
HSL color Cylindrical-coordinate representation of color #B7569C: hue angle of 316.7º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B7569C is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 156 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.28 |
| HSL | 316.7º | 0.4% | 0.53% | - |
| HSV(B) | 316.7º | 0.53% | 0.72% | - |
| XYZ | 28.86 | 19.12 | 33.62 | - |
| YUV | 122.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 156 | 0 | 0.53 | 0.15 | 0.28 | 316.7 | 0.4 | 0.53 |
| Hex | B7 | 56 | 9C | 0 | 35 | F | 1C | 13D | 28 | 35 |
| Octal | 267 | 126 | 234 | 0 | 65 | 17 | 34 | 475 | 50 | 65 |
| Binary | 10110111 | 1010110 | 10011100 | 0 | 110101 | 1111 | 11100 | 100111101 | 101000 | 110101 |
Color Harmonies of #B7569C
Complementary color
Monochromatic Colors of #B7569C
Black with #B7569C
Text Example
Text Example
White with #B7569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7569C; }
p { color: rgb(183,86,156); }
H1.HeaderClassName
{
color: #B7569C;
}
.AnyTagClassName
{
color: #B7569C;
}
</style>
background-color css
<style>
a { background-color: #B7569C; }
a { background-color: rgb(183,86,156); }
div.DivClassName
{
background-color: #B7569C;
}
.BgClassName
{
background-color: #B7569C;
}
</style>
border-color css
<style>
span { border-color: #B7569C; }
span { border-color: rgb(183,86,156); }
td.TdClassName
{
border-color: #B7569C;
}
.TagClassName
{
border-color: #B7569C;
}
</style>