Shades of Mulberry #B1518E
Tints of Mulberry #B1518E
RGB
CMYK
RGB Variations
Color information
#B1518E (or 0xB1518E) is known color: Mulberry. HEX triplet: B1, 51 and 8E. RGB value is (177,81,142). Sum of RGB (Red+Green+Blue) = 177+81+142=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1518E is #4EAE71. Grayscale: #747474. Windows color (decimal): -5156466 or 9327025. OLE color: 9327025.
HSL color Cylindrical-coordinate representation of color #B1518E: hue angle of 321.88º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1518E is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 142 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.31 |
| HSL | 321.88º | 0.38% | 0.51% | - |
| HSV(B) | 321.88º | 0.54% | 0.69% | - |
| XYZ | 25.96 | 17.18 | 27.54 | - |
| YUV | 116.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 142 | 0 | 0.54 | 0.20 | 0.31 | 321.88 | 0.38 | 0.51 |
| Hex | B1 | 51 | 8E | 0 | 36 | 14 | 1F | 142 | 26 | 33 |
| Octal | 261 | 121 | 216 | 0 | 66 | 24 | 37 | 502 | 46 | 63 |
| Binary | 10110001 | 1010001 | 10001110 | 0 | 110110 | 10100 | 11111 | 101000010 | 100110 | 110011 |
Color Harmonies of #B1518E
Complementary color
Monochromatic Colors of #B1518E
Black with #B1518E
Text Example
Text Example
White with #B1518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1518E; }
p { color: rgb(177,81,142); }
H1.HeaderClassName
{
color: #B1518E;
}
.AnyTagClassName
{
color: #B1518E;
}
</style>
background-color css
<style>
a { background-color: #B1518E; }
a { background-color: rgb(177,81,142); }
div.DivClassName
{
background-color: #B1518E;
}
.BgClassName
{
background-color: #B1518E;
}
</style>
border-color css
<style>
span { border-color: #B1518E; }
span { border-color: rgb(177,81,142); }
td.TdClassName
{
border-color: #B1518E;
}
.TagClassName
{
border-color: #B1518E;
}
</style>