Shades of Mulberry #B1578B
Tints of Mulberry #B1578B
RGB
CMYK
RGB Variations
Color information
#B1578B (or 0xB1578B) is known color: Mulberry. HEX triplet: B1, 57 and 8B. RGB value is (177,87,139). Sum of RGB (Red+Green+Blue) = 177+87+139=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1578B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1578B is #4EA874. Grayscale: #777777. Windows color (decimal): -5154933 or 9131953. OLE color: 9131953.
HSL color Cylindrical-coordinate representation of color #B1578B: hue angle of 325.33º 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 #B1578B is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 139 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.31 |
| HSL | 325.33º | 0.37% | 0.52% | - |
| HSV(B) | 325.33º | 0.51% | 0.69% | - |
| XYZ | 26.2 | 18.03 | 26.52 | - |
| YUV | 119.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 139 | 0 | 0.51 | 0.21 | 0.31 | 325.33 | 0.37 | 0.52 |
| Hex | B1 | 57 | 8B | 0 | 33 | 15 | 1F | 145 | 25 | 34 |
| Octal | 261 | 127 | 213 | 0 | 63 | 25 | 37 | 505 | 45 | 64 |
| Binary | 10110001 | 1010111 | 10001011 | 0 | 110011 | 10101 | 11111 | 101000101 | 100101 | 110100 |
Color Harmonies of #B1578B
Complementary color
Monochromatic Colors of #B1578B
Black with #B1578B
Text Example
Text Example
White with #B1578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1578B; }
p { color: rgb(177,87,139); }
H1.HeaderClassName
{
color: #B1578B;
}
.AnyTagClassName
{
color: #B1578B;
}
</style>
background-color css
<style>
a { background-color: #B1578B; }
a { background-color: rgb(177,87,139); }
div.DivClassName
{
background-color: #B1578B;
}
.BgClassName
{
background-color: #B1578B;
}
</style>
border-color css
<style>
span { border-color: #B1578B; }
span { border-color: rgb(177,87,139); }
td.TdClassName
{
border-color: #B1578B;
}
.TagClassName
{
border-color: #B1578B;
}
</style>