Shades of Mulberry #B1478D
Tints of Mulberry #B1478D
RGB
CMYK
RGB Variations
Color information
#B1478D (or 0xB1478D) is known color: Mulberry. HEX triplet: B1, 47 and 8D. RGB value is (177,71,141). Sum of RGB (Red+Green+Blue) = 177+71+141=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1478D is #4EB872. Grayscale: #6E6E6E. Windows color (decimal): -5159027 or 9258929. OLE color: 9258929.
HSL color Cylindrical-coordinate representation of color #B1478D: hue angle of 320.38º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1478D is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 141 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.31 |
| HSL | 320.38º | 0.43% | 0.49% | - |
| HSV(B) | 320.38º | 0.6% | 0.69% | - |
| XYZ | 25.19 | 15.78 | 26.92 | - |
| YUV | 110.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 141 | 0 | 0.60 | 0.20 | 0.31 | 320.38 | 0.43 | 0.49 |
| Hex | B1 | 47 | 8D | 0 | 3C | 14 | 1F | 140 | 2B | 31 |
| Octal | 261 | 107 | 215 | 0 | 74 | 24 | 37 | 500 | 53 | 61 |
| Binary | 10110001 | 1000111 | 10001101 | 0 | 111100 | 10100 | 11111 | 101000000 | 101011 | 110001 |
Color Harmonies of #B1478D
Complementary color
Monochromatic Colors of #B1478D
Black with #B1478D
Text Example
Text Example
White with #B1478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1478D; }
p { color: rgb(177,71,141); }
H1.HeaderClassName
{
color: #B1478D;
}
.AnyTagClassName
{
color: #B1478D;
}
</style>
background-color css
<style>
a { background-color: #B1478D; }
a { background-color: rgb(177,71,141); }
div.DivClassName
{
background-color: #B1478D;
}
.BgClassName
{
background-color: #B1478D;
}
</style>
border-color css
<style>
span { border-color: #B1478D; }
span { border-color: rgb(177,71,141); }
td.TdClassName
{
border-color: #B1478D;
}
.TagClassName
{
border-color: #B1478D;
}
</style>