Shades of Mulberry #B1498F
Tints of Mulberry #B1498F
RGB
CMYK
RGB Variations
Color information
#B1498F (or 0xB1498F) is known color: Mulberry. HEX triplet: B1, 49 and 8F. RGB value is (177,73,143). Sum of RGB (Red+Green+Blue) = 177+73+143=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B1498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1498F is #4EB670. Grayscale: #6F6F6F. Windows color (decimal): -5158513 or 9390513. OLE color: 9390513.
HSL color Cylindrical-coordinate representation of color #B1498F: hue angle of 319.62º 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 #B1498F is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 143 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.31 |
| HSL | 319.62º | 0.42% | 0.49% | - |
| HSV(B) | 319.62º | 0.59% | 0.69% | - |
| XYZ | 25.47 | 16.1 | 27.75 | - |
| YUV | 112.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 143 | 0 | 0.59 | 0.19 | 0.31 | 319.62 | 0.42 | 0.49 |
| Hex | B1 | 49 | 8F | 0 | 3B | 13 | 1F | 140 | 2A | 31 |
| Octal | 261 | 111 | 217 | 0 | 73 | 23 | 37 | 500 | 52 | 61 |
| Binary | 10110001 | 1001001 | 10001111 | 0 | 111011 | 10011 | 11111 | 101000000 | 101010 | 110001 |
Color Harmonies of #B1498F
Complementary color
Monochromatic Colors of #B1498F
Black with #B1498F
Text Example
Text Example
White with #B1498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1498F; }
p { color: rgb(177,73,143); }
H1.HeaderClassName
{
color: #B1498F;
}
.AnyTagClassName
{
color: #B1498F;
}
</style>
background-color css
<style>
a { background-color: #B1498F; }
a { background-color: rgb(177,73,143); }
div.DivClassName
{
background-color: #B1498F;
}
.BgClassName
{
background-color: #B1498F;
}
</style>
border-color css
<style>
span { border-color: #B1498F; }
span { border-color: rgb(177,73,143); }
td.TdClassName
{
border-color: #B1498F;
}
.TagClassName
{
border-color: #B1498F;
}
</style>