Shades of Mulberry #B14C91
Tints of Mulberry #B14C91
RGB
CMYK
RGB Variations
Color information
#B14C91 (or 0xB14C91) is known color: Mulberry. HEX triplet: B1, 4C and 91. RGB value is (177,76,145). Sum of RGB (Red+Green+Blue) = 177+76+145=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14C91 is #4EB36E. Grayscale: #717171. Windows color (decimal): -5157743 or 9522353. OLE color: 9522353.
HSL color Cylindrical-coordinate representation of color #B14C91: hue angle of 319.01º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14C91 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 145 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.31 |
| HSL | 319.01º | 0.4% | 0.5% | - |
| HSV(B) | 319.01º | 0.57% | 0.69% | - |
| XYZ | 25.83 | 16.56 | 28.62 | - |
| YUV | 114.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 145 | 0 | 0.57 | 0.18 | 0.31 | 319.01 | 0.4 | 0.5 |
| Hex | B1 | 4C | 91 | 0 | 39 | 12 | 1F | 13F | 28 | 32 |
| Octal | 261 | 114 | 221 | 0 | 71 | 22 | 37 | 477 | 50 | 62 |
| Binary | 10110001 | 1001100 | 10010001 | 0 | 111001 | 10010 | 11111 | 100111111 | 101000 | 110010 |
Color Harmonies of #B14C91
Complementary color
Monochromatic Colors of #B14C91
Black with #B14C91
Text Example
Text Example
White with #B14C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14C91; }
p { color: rgb(177,76,145); }
H1.HeaderClassName
{
color: #B14C91;
}
.AnyTagClassName
{
color: #B14C91;
}
</style>
background-color css
<style>
a { background-color: #B14C91; }
a { background-color: rgb(177,76,145); }
div.DivClassName
{
background-color: #B14C91;
}
.BgClassName
{
background-color: #B14C91;
}
</style>
border-color css
<style>
span { border-color: #B14C91; }
span { border-color: rgb(177,76,145); }
td.TdClassName
{
border-color: #B14C91;
}
.TagClassName
{
border-color: #B14C91;
}
</style>