Shades of Mulberry #B1548A
Tints of Mulberry #B1548A
RGB
CMYK
RGB Variations
Color information
#B1548A (or 0xB1548A) is known color: Mulberry. HEX triplet: B1, 54 and 8A. RGB value is (177,84,138). Sum of RGB (Red+Green+Blue) = 177+84+138=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1548A is #4EAB75. Grayscale: #757575. Windows color (decimal): -5155702 or 9065649. OLE color: 9065649.
HSL color Cylindrical-coordinate representation of color #B1548A: hue angle of 325.16º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1548A is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 138 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.31 |
| HSL | 325.16º | 0.37% | 0.51% | - |
| HSV(B) | 325.16º | 0.53% | 0.69% | - |
| XYZ | 25.89 | 17.52 | 26.06 | - |
| YUV | 117.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 138 | 0 | 0.53 | 0.22 | 0.31 | 325.16 | 0.37 | 0.51 |
| Hex | B1 | 54 | 8A | 0 | 35 | 16 | 1F | 145 | 25 | 33 |
| Octal | 261 | 124 | 212 | 0 | 65 | 26 | 37 | 505 | 45 | 63 |
| Binary | 10110001 | 1010100 | 10001010 | 0 | 110101 | 10110 | 11111 | 101000101 | 100101 | 110011 |
Color Harmonies of #B1548A
Complementary color
Monochromatic Colors of #B1548A
Black with #B1548A
Text Example
Text Example
White with #B1548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1548A; }
p { color: rgb(177,84,138); }
H1.HeaderClassName
{
color: #B1548A;
}
.AnyTagClassName
{
color: #B1548A;
}
</style>
background-color css
<style>
a { background-color: #B1548A; }
a { background-color: rgb(177,84,138); }
div.DivClassName
{
background-color: #B1548A;
}
.BgClassName
{
background-color: #B1548A;
}
</style>
border-color css
<style>
span { border-color: #B1548A; }
span { border-color: rgb(177,84,138); }
td.TdClassName
{
border-color: #B1548A;
}
.TagClassName
{
border-color: #B1548A;
}
</style>