Shades of Mulberry #B1479B
Tints of Mulberry #B1479B
RGB
CMYK
RGB Variations
Color information
#B1479B (or 0xB1479B) is known color: Mulberry. HEX triplet: B1, 47 and 9B. RGB value is (177,71,155). Sum of RGB (Red+Green+Blue) = 177+71+155=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1479B is #4EB864. Grayscale: #707070. Windows color (decimal): -5159013 or 10176433. OLE color: 10176433.
HSL color Cylindrical-coordinate representation of color #B1479B: hue angle of 312.45º 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 #B1479B is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 155 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.31 |
| HSL | 312.45º | 0.43% | 0.49% | - |
| HSV(B) | 312.45º | 0.6% | 0.69% | - |
| XYZ | 26.3 | 16.22 | 32.75 | - |
| YUV | 112.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 155 | 0 | 0.60 | 0.12 | 0.31 | 312.45 | 0.43 | 0.49 |
| Hex | B1 | 47 | 9B | 0 | 3C | C | 1F | 138 | 2B | 31 |
| Octal | 261 | 107 | 233 | 0 | 74 | 14 | 37 | 470 | 53 | 61 |
| Binary | 10110001 | 1000111 | 10011011 | 0 | 111100 | 1100 | 11111 | 100111000 | 101011 | 110001 |
Color Harmonies of #B1479B
Complementary color
Monochromatic Colors of #B1479B
Black with #B1479B
Text Example
Text Example
White with #B1479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1479B; }
p { color: rgb(177,71,155); }
H1.HeaderClassName
{
color: #B1479B;
}
.AnyTagClassName
{
color: #B1479B;
}
</style>
background-color css
<style>
a { background-color: #B1479B; }
a { background-color: rgb(177,71,155); }
div.DivClassName
{
background-color: #B1479B;
}
.BgClassName
{
background-color: #B1479B;
}
</style>
border-color css
<style>
span { border-color: #B1479B; }
span { border-color: rgb(177,71,155); }
td.TdClassName
{
border-color: #B1479B;
}
.TagClassName
{
border-color: #B1479B;
}
</style>