Shades of Mulberry #B1498B
Tints of Mulberry #B1498B
RGB
CMYK
RGB Variations
Color information
#B1498B (or 0xB1498B) is known color: Mulberry. HEX triplet: B1, 49 and 8B. RGB value is (177,73,139). Sum of RGB (Red+Green+Blue) = 177+73+139=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1498B is #4EB674. Grayscale: #6F6F6F. Windows color (decimal): -5158517 or 9128369. OLE color: 9128369.
HSL color Cylindrical-coordinate representation of color #B1498B: hue angle of 321.92º 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 #B1498B is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 139 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.31 |
| HSL | 321.92º | 0.42% | 0.49% | - |
| HSV(B) | 321.92º | 0.59% | 0.69% | - |
| XYZ | 25.17 | 15.98 | 26.18 | - |
| YUV | 111.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 139 | 0 | 0.59 | 0.21 | 0.31 | 321.92 | 0.42 | 0.49 |
| Hex | B1 | 49 | 8B | 0 | 3B | 15 | 1F | 142 | 2A | 31 |
| Octal | 261 | 111 | 213 | 0 | 73 | 25 | 37 | 502 | 52 | 61 |
| Binary | 10110001 | 1001001 | 10001011 | 0 | 111011 | 10101 | 11111 | 101000010 | 101010 | 110001 |
Color Harmonies of #B1498B
Complementary color
Monochromatic Colors of #B1498B
Black with #B1498B
Text Example
Text Example
White with #B1498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1498B; }
p { color: rgb(177,73,139); }
H1.HeaderClassName
{
color: #B1498B;
}
.AnyTagClassName
{
color: #B1498B;
}
</style>
background-color css
<style>
a { background-color: #B1498B; }
a { background-color: rgb(177,73,139); }
div.DivClassName
{
background-color: #B1498B;
}
.BgClassName
{
background-color: #B1498B;
}
</style>
border-color css
<style>
span { border-color: #B1498B; }
span { border-color: rgb(177,73,139); }
td.TdClassName
{
border-color: #B1498B;
}
.TagClassName
{
border-color: #B1498B;
}
</style>