Shades of Mulberry #B14D8A
Tints of Mulberry #B14D8A
RGB
CMYK
RGB Variations
Color information
#B14D8A (or 0xB14D8A) is known color: Mulberry. HEX triplet: B1, 4D and 8A. RGB value is (177,77,138). Sum of RGB (Red+Green+Blue) = 177+77+138=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14D8A is #4EB275. Grayscale: #717171. Windows color (decimal): -5157494 or 9063857. OLE color: 9063857.
HSL color Cylindrical-coordinate representation of color #B14D8A: hue angle of 323.4º 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 #B14D8A is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 138 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.31 |
| HSL | 323.4º | 0.39% | 0.5% | - |
| HSV(B) | 323.4º | 0.56% | 0.69% | - |
| XYZ | 25.37 | 16.49 | 25.89 | - |
| YUV | 113.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 138 | 0 | 0.56 | 0.22 | 0.31 | 323.4 | 0.39 | 0.5 |
| Hex | B1 | 4D | 8A | 0 | 38 | 16 | 1F | 143 | 27 | 32 |
| Octal | 261 | 115 | 212 | 0 | 70 | 26 | 37 | 503 | 47 | 62 |
| Binary | 10110001 | 1001101 | 10001010 | 0 | 111000 | 10110 | 11111 | 101000011 | 100111 | 110010 |
Color Harmonies of #B14D8A
Complementary color
Monochromatic Colors of #B14D8A
Black with #B14D8A
Text Example
Text Example
White with #B14D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D8A; }
p { color: rgb(177,77,138); }
H1.HeaderClassName
{
color: #B14D8A;
}
.AnyTagClassName
{
color: #B14D8A;
}
</style>
background-color css
<style>
a { background-color: #B14D8A; }
a { background-color: rgb(177,77,138); }
div.DivClassName
{
background-color: #B14D8A;
}
.BgClassName
{
background-color: #B14D8A;
}
</style>
border-color css
<style>
span { border-color: #B14D8A; }
span { border-color: rgb(177,77,138); }
td.TdClassName
{
border-color: #B14D8A;
}
.TagClassName
{
border-color: #B14D8A;
}
</style>