Shades of Mulberry #B1479A
Tints of Mulberry #B1479A
RGB
CMYK
RGB Variations
Color information
#B1479A (or 0xB1479A) is known color: Mulberry. HEX triplet: B1, 47 and 9A. RGB value is (177,71,154). Sum of RGB (Red+Green+Blue) = 177+71+154=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1479A is #4EB865. Grayscale: #6F6F6F. Windows color (decimal): -5159014 or 10110897. OLE color: 10110897.
HSL color Cylindrical-coordinate representation of color #B1479A: hue angle of 313.02º 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 #B1479A is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 154 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.31 |
| HSL | 313.02º | 0.43% | 0.49% | - |
| HSV(B) | 313.02º | 0.6% | 0.69% | - |
| XYZ | 26.22 | 16.19 | 32.31 | - |
| YUV | 112.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 154 | 0 | 0.60 | 0.13 | 0.31 | 313.02 | 0.43 | 0.49 |
| Hex | B1 | 47 | 9A | 0 | 3C | D | 1F | 139 | 2B | 31 |
| Octal | 261 | 107 | 232 | 0 | 74 | 15 | 37 | 471 | 53 | 61 |
| Binary | 10110001 | 1000111 | 10011010 | 0 | 111100 | 1101 | 11111 | 100111001 | 101011 | 110001 |
Color Harmonies of #B1479A
Complementary color
Monochromatic Colors of #B1479A
Black with #B1479A
Text Example
Text Example
White with #B1479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1479A; }
p { color: rgb(177,71,154); }
H1.HeaderClassName
{
color: #B1479A;
}
.AnyTagClassName
{
color: #B1479A;
}
</style>
background-color css
<style>
a { background-color: #B1479A; }
a { background-color: rgb(177,71,154); }
div.DivClassName
{
background-color: #B1479A;
}
.BgClassName
{
background-color: #B1479A;
}
</style>
border-color css
<style>
span { border-color: #B1479A; }
span { border-color: rgb(177,71,154); }
td.TdClassName
{
border-color: #B1479A;
}
.TagClassName
{
border-color: #B1479A;
}
</style>