Shades of Mulberry #B7569B
Tints of Mulberry #B7569B
RGB
CMYK
RGB Variations
Color information
#B7569B (or 0xB7569B) is known color: Mulberry. HEX triplet: B7, 56 and 9B. RGB value is (183,86,155). Sum of RGB (Red+Green+Blue) = 183+86+155=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7569B is #48A964. Grayscale: #7A7A7A. Windows color (decimal): -4761957 or 10180279. OLE color: 10180279.
HSL color Cylindrical-coordinate representation of color #B7569B: hue angle of 317.32º 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 #B7569B is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 155 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.28 |
| HSL | 317.32º | 0.4% | 0.53% | - |
| HSV(B) | 317.32º | 0.53% | 0.72% | - |
| XYZ | 28.77 | 19.09 | 33.18 | - |
| YUV | 122.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 155 | 0 | 0.53 | 0.15 | 0.28 | 317.32 | 0.4 | 0.53 |
| Hex | B7 | 56 | 9B | 0 | 35 | F | 1C | 13D | 28 | 35 |
| Octal | 267 | 126 | 233 | 0 | 65 | 17 | 34 | 475 | 50 | 65 |
| Binary | 10110111 | 1010110 | 10011011 | 0 | 110101 | 1111 | 11100 | 100111101 | 101000 | 110101 |
Color Harmonies of #B7569B
Complementary color
Monochromatic Colors of #B7569B
Black with #B7569B
Text Example
Text Example
White with #B7569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7569B; }
p { color: rgb(183,86,155); }
H1.HeaderClassName
{
color: #B7569B;
}
.AnyTagClassName
{
color: #B7569B;
}
</style>
background-color css
<style>
a { background-color: #B7569B; }
a { background-color: rgb(183,86,155); }
div.DivClassName
{
background-color: #B7569B;
}
.BgClassName
{
background-color: #B7569B;
}
</style>
border-color css
<style>
span { border-color: #B7569B; }
span { border-color: rgb(183,86,155); }
td.TdClassName
{
border-color: #B7569B;
}
.TagClassName
{
border-color: #B7569B;
}
</style>