Shades of Mulberry #B1568C
Tints of Mulberry #B1568C
RGB
CMYK
RGB Variations
Color information
#B1568C (or 0xB1568C) is known color: Mulberry. HEX triplet: B1, 56 and 8C. RGB value is (177,86,140). Sum of RGB (Red+Green+Blue) = 177+86+140=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1568C is #4EA973. Grayscale: #777777. Windows color (decimal): -5155188 or 9197233. OLE color: 9197233.
HSL color Cylindrical-coordinate representation of color #B1568C: hue angle of 324.4º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1568C is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 140 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.31 |
| HSL | 324.4º | 0.37% | 0.52% | - |
| HSV(B) | 324.4º | 0.51% | 0.69% | - |
| XYZ | 26.19 | 17.9 | 26.88 | - |
| YUV | 119.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 140 | 0 | 0.51 | 0.21 | 0.31 | 324.4 | 0.37 | 0.52 |
| Hex | B1 | 56 | 8C | 0 | 33 | 15 | 1F | 144 | 25 | 34 |
| Octal | 261 | 126 | 214 | 0 | 63 | 25 | 37 | 504 | 45 | 64 |
| Binary | 10110001 | 1010110 | 10001100 | 0 | 110011 | 10101 | 11111 | 101000100 | 100101 | 110100 |
Color Harmonies of #B1568C
Complementary color
Monochromatic Colors of #B1568C
Black with #B1568C
Text Example
Text Example
White with #B1568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1568C; }
p { color: rgb(177,86,140); }
H1.HeaderClassName
{
color: #B1568C;
}
.AnyTagClassName
{
color: #B1568C;
}
</style>
background-color css
<style>
a { background-color: #B1568C; }
a { background-color: rgb(177,86,140); }
div.DivClassName
{
background-color: #B1568C;
}
.BgClassName
{
background-color: #B1568C;
}
</style>
border-color css
<style>
span { border-color: #B1568C; }
span { border-color: rgb(177,86,140); }
td.TdClassName
{
border-color: #B1568C;
}
.TagClassName
{
border-color: #B1568C;
}
</style>