Shades of Mulberry #B1488B
Tints of Mulberry #B1488B
RGB
CMYK
RGB Variations
Color information
#B1488B (or 0xB1488B) is known color: Mulberry. HEX triplet: B1, 48 and 8B. RGB value is (177,72,139). Sum of RGB (Red+Green+Blue) = 177+72+139=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1488B is #4EB774. Grayscale: #6E6E6E. Windows color (decimal): -5158773 or 9128113. OLE color: 9128113.
HSL color Cylindrical-coordinate representation of color #B1488B: hue angle of 321.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1488B is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 139 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.31 |
| HSL | 321.71º | 0.42% | 0.49% | - |
| HSV(B) | 321.71º | 0.59% | 0.69% | - |
| XYZ | 25.11 | 15.85 | 26.16 | - |
| YUV | 111.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 139 | 0 | 0.59 | 0.21 | 0.31 | 321.71 | 0.42 | 0.49 |
| Hex | B1 | 48 | 8B | 0 | 3B | 15 | 1F | 142 | 2A | 31 |
| Octal | 261 | 110 | 213 | 0 | 73 | 25 | 37 | 502 | 52 | 61 |
| Binary | 10110001 | 1001000 | 10001011 | 0 | 111011 | 10101 | 11111 | 101000010 | 101010 | 110001 |
Color Harmonies of #B1488B
Complementary color
Monochromatic Colors of #B1488B
Black with #B1488B
Text Example
Text Example
White with #B1488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1488B; }
p { color: rgb(177,72,139); }
H1.HeaderClassName
{
color: #B1488B;
}
.AnyTagClassName
{
color: #B1488B;
}
</style>
background-color css
<style>
a { background-color: #B1488B; }
a { background-color: rgb(177,72,139); }
div.DivClassName
{
background-color: #B1488B;
}
.BgClassName
{
background-color: #B1488B;
}
</style>
border-color css
<style>
span { border-color: #B1488B; }
span { border-color: rgb(177,72,139); }
td.TdClassName
{
border-color: #B1488B;
}
.TagClassName
{
border-color: #B1488B;
}
</style>