Shades of Mulberry #B14D8C
Tints of Mulberry #B14D8C
RGB
CMYK
RGB Variations
Color information
#B14D8C (or 0xB14D8C) is known color: Mulberry. HEX triplet: B1, 4D and 8C. RGB value is (177,77,140). Sum of RGB (Red+Green+Blue) = 177+77+140=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14D8C is #4EB273. Grayscale: #717171. Windows color (decimal): -5157492 or 9194929. OLE color: 9194929.
HSL color Cylindrical-coordinate representation of color #B14D8C: hue angle of 322.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14D8C is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 140 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.31 |
| HSL | 322.2º | 0.39% | 0.5% | - |
| HSV(B) | 322.2º | 0.56% | 0.69% | - |
| XYZ | 25.52 | 16.55 | 26.66 | - |
| YUV | 114.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 140 | 0 | 0.56 | 0.21 | 0.31 | 322.2 | 0.39 | 0.5 |
| Hex | B1 | 4D | 8C | 0 | 38 | 15 | 1F | 142 | 27 | 32 |
| Octal | 261 | 115 | 214 | 0 | 70 | 25 | 37 | 502 | 47 | 62 |
| Binary | 10110001 | 1001101 | 10001100 | 0 | 111000 | 10101 | 11111 | 101000010 | 100111 | 110010 |
Color Harmonies of #B14D8C
Complementary color
Monochromatic Colors of #B14D8C
Black with #B14D8C
Text Example
Text Example
White with #B14D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D8C; }
p { color: rgb(177,77,140); }
H1.HeaderClassName
{
color: #B14D8C;
}
.AnyTagClassName
{
color: #B14D8C;
}
</style>
background-color css
<style>
a { background-color: #B14D8C; }
a { background-color: rgb(177,77,140); }
div.DivClassName
{
background-color: #B14D8C;
}
.BgClassName
{
background-color: #B14D8C;
}
</style>
border-color css
<style>
span { border-color: #B14D8C; }
span { border-color: rgb(177,77,140); }
td.TdClassName
{
border-color: #B14D8C;
}
.TagClassName
{
border-color: #B14D8C;
}
</style>