Shades of Mulberry #B1468D
Tints of Mulberry #B1468D
RGB
CMYK
RGB Variations
Color information
#B1468D (or 0xB1468D) is known color: Mulberry. HEX triplet: B1, 46 and 8D. RGB value is (177,70,141). Sum of RGB (Red+Green+Blue) = 177+70+141=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1468D is #4EB972. Grayscale: #6D6D6D. Windows color (decimal): -5159283 or 9258673. OLE color: 9258673.
HSL color Cylindrical-coordinate representation of color #B1468D: hue angle of 320.19º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1468D is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 141 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.31 |
| HSL | 320.19º | 0.43% | 0.48% | - |
| HSV(B) | 320.19º | 0.6% | 0.69% | - |
| XYZ | 25.13 | 15.65 | 26.9 | - |
| YUV | 110.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 141 | 0 | 0.60 | 0.20 | 0.31 | 320.19 | 0.43 | 0.48 |
| Hex | B1 | 46 | 8D | 0 | 3C | 14 | 1F | 140 | 2B | 30 |
| Octal | 261 | 106 | 215 | 0 | 74 | 24 | 37 | 500 | 53 | 60 |
| Binary | 10110001 | 1000110 | 10001101 | 0 | 111100 | 10100 | 11111 | 101000000 | 101011 | 110000 |
Color Harmonies of #B1468D
Complementary color
Monochromatic Colors of #B1468D
Black with #B1468D
Text Example
Text Example
White with #B1468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1468D; }
p { color: rgb(177,70,141); }
H1.HeaderClassName
{
color: #B1468D;
}
.AnyTagClassName
{
color: #B1468D;
}
</style>
background-color css
<style>
a { background-color: #B1468D; }
a { background-color: rgb(177,70,141); }
div.DivClassName
{
background-color: #B1468D;
}
.BgClassName
{
background-color: #B1468D;
}
</style>
border-color css
<style>
span { border-color: #B1468D; }
span { border-color: rgb(177,70,141); }
td.TdClassName
{
border-color: #B1468D;
}
.TagClassName
{
border-color: #B1468D;
}
</style>