Shades of Mulberry #B1568A
Tints of Mulberry #B1568A
RGB
CMYK
RGB Variations
Color information
#B1568A (or 0xB1568A) is known color: Mulberry. HEX triplet: B1, 56 and 8A. RGB value is (177,86,138). Sum of RGB (Red+Green+Blue) = 177+86+138=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1568A is #4EA975. Grayscale: #777777. Windows color (decimal): -5155190 or 9066161. OLE color: 9066161.
HSL color Cylindrical-coordinate representation of color #B1568A: hue angle of 325.71º 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 #B1568A is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 138 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.31 |
| HSL | 325.71º | 0.37% | 0.52% | - |
| HSV(B) | 325.71º | 0.51% | 0.69% | - |
| XYZ | 26.05 | 17.84 | 26.11 | - |
| YUV | 119.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 138 | 0 | 0.51 | 0.22 | 0.31 | 325.71 | 0.37 | 0.52 |
| Hex | B1 | 56 | 8A | 0 | 33 | 16 | 1F | 146 | 25 | 34 |
| Octal | 261 | 126 | 212 | 0 | 63 | 26 | 37 | 506 | 45 | 64 |
| Binary | 10110001 | 1010110 | 10001010 | 0 | 110011 | 10110 | 11111 | 101000110 | 100101 | 110100 |
Color Harmonies of #B1568A
Complementary color
Monochromatic Colors of #B1568A
Black with #B1568A
Text Example
Text Example
White with #B1568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1568A; }
p { color: rgb(177,86,138); }
H1.HeaderClassName
{
color: #B1568A;
}
.AnyTagClassName
{
color: #B1568A;
}
</style>
background-color css
<style>
a { background-color: #B1568A; }
a { background-color: rgb(177,86,138); }
div.DivClassName
{
background-color: #B1568A;
}
.BgClassName
{
background-color: #B1568A;
}
</style>
border-color css
<style>
span { border-color: #B1568A; }
span { border-color: rgb(177,86,138); }
td.TdClassName
{
border-color: #B1568A;
}
.TagClassName
{
border-color: #B1568A;
}
</style>