Shades of Mulberry #B14791
Tints of Mulberry #B14791
RGB
CMYK
RGB Variations
Color information
#B14791 (or 0xB14791) is known color: Mulberry. HEX triplet: B1, 47 and 91. RGB value is (177,71,145). Sum of RGB (Red+Green+Blue) = 177+71+145=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B14791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14791 is #4EB86E. Grayscale: #6E6E6E. Windows color (decimal): -5159023 or 9521073. OLE color: 9521073.
HSL color Cylindrical-coordinate representation of color #B14791: hue angle of 318.11º 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 #B14791 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 145 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.31 |
| HSL | 318.11º | 0.43% | 0.49% | - |
| HSV(B) | 318.11º | 0.6% | 0.69% | - |
| XYZ | 25.5 | 15.9 | 28.51 | - |
| YUV | 111.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 145 | 0 | 0.60 | 0.18 | 0.31 | 318.11 | 0.43 | 0.49 |
| Hex | B1 | 47 | 91 | 0 | 3C | 12 | 1F | 13E | 2B | 31 |
| Octal | 261 | 107 | 221 | 0 | 74 | 22 | 37 | 476 | 53 | 61 |
| Binary | 10110001 | 1000111 | 10010001 | 0 | 111100 | 10010 | 11111 | 100111110 | 101011 | 110001 |
Color Harmonies of #B14791
Complementary color
Monochromatic Colors of #B14791
Black with #B14791
Text Example
Text Example
White with #B14791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14791; }
p { color: rgb(177,71,145); }
H1.HeaderClassName
{
color: #B14791;
}
.AnyTagClassName
{
color: #B14791;
}
</style>
background-color css
<style>
a { background-color: #B14791; }
a { background-color: rgb(177,71,145); }
div.DivClassName
{
background-color: #B14791;
}
.BgClassName
{
background-color: #B14791;
}
</style>
border-color css
<style>
span { border-color: #B14791; }
span { border-color: rgb(177,71,145); }
td.TdClassName
{
border-color: #B14791;
}
.TagClassName
{
border-color: #B14791;
}
</style>