Shades of Mulberry #B14B91
Tints of Mulberry #B14B91
RGB
CMYK
RGB Variations
Color information
#B14B91 (or 0xB14B91) is known color: Mulberry. HEX triplet: B1, 4B and 91. RGB value is (177,75,145). Sum of RGB (Red+Green+Blue) = 177+75+145=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B91 is #4EB46E. Grayscale: #717171. Windows color (decimal): -5157999 or 9522097. OLE color: 9522097.
HSL color Cylindrical-coordinate representation of color #B14B91: hue angle of 318.82º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14B91 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 75 | 145 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.31 |
| HSL | 318.82º | 0.4% | 0.49% | - |
| HSV(B) | 318.82º | 0.58% | 0.69% | - |
| XYZ | 25.76 | 16.42 | 28.6 | - |
| YUV | 113.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 145 | 0 | 0.58 | 0.18 | 0.31 | 318.82 | 0.4 | 0.49 |
| Hex | B1 | 4B | 91 | 0 | 3A | 12 | 1F | 13F | 28 | 31 |
| Octal | 261 | 113 | 221 | 0 | 72 | 22 | 37 | 477 | 50 | 61 |
| Binary | 10110001 | 1001011 | 10010001 | 0 | 111010 | 10010 | 11111 | 100111111 | 101000 | 110001 |
Color Harmonies of #B14B91
Complementary color
Monochromatic Colors of #B14B91
Black with #B14B91
Text Example
Text Example
White with #B14B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14B91; }
p { color: rgb(177,75,145); }
H1.HeaderClassName
{
color: #B14B91;
}
.AnyTagClassName
{
color: #B14B91;
}
</style>
background-color css
<style>
a { background-color: #B14B91; }
a { background-color: rgb(177,75,145); }
div.DivClassName
{
background-color: #B14B91;
}
.BgClassName
{
background-color: #B14B91;
}
</style>
border-color css
<style>
span { border-color: #B14B91; }
span { border-color: rgb(177,75,145); }
td.TdClassName
{
border-color: #B14B91;
}
.TagClassName
{
border-color: #B14B91;
}
</style>