Shades of Mulberry #B14B8E
Tints of Mulberry #B14B8E
RGB
CMYK
RGB Variations
Color information
#B14B8E (or 0xB14B8E) is known color: Mulberry. HEX triplet: B1, 4B and 8E. RGB value is (177,75,142). Sum of RGB (Red+Green+Blue) = 177+75+142=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B8E is #4EB471. Grayscale: #707070. Windows color (decimal): -5158002 or 9325489. OLE color: 9325489.
HSL color Cylindrical-coordinate representation of color #B14B8E: hue angle of 320.59º 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 #B14B8E is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 75 | 142 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.31 |
| HSL | 320.59º | 0.4% | 0.49% | - |
| HSV(B) | 320.59º | 0.58% | 0.69% | - |
| XYZ | 25.53 | 16.33 | 27.4 | - |
| YUV | 113.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 142 | 0 | 0.58 | 0.20 | 0.31 | 320.59 | 0.4 | 0.49 |
| Hex | B1 | 4B | 8E | 0 | 3A | 14 | 1F | 141 | 28 | 31 |
| Octal | 261 | 113 | 216 | 0 | 72 | 24 | 37 | 501 | 50 | 61 |
| Binary | 10110001 | 1001011 | 10001110 | 0 | 111010 | 10100 | 11111 | 101000001 | 101000 | 110001 |
Color Harmonies of #B14B8E
Complementary color
Monochromatic Colors of #B14B8E
Black with #B14B8E
Text Example
Text Example
White with #B14B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14B8E; }
p { color: rgb(177,75,142); }
H1.HeaderClassName
{
color: #B14B8E;
}
.AnyTagClassName
{
color: #B14B8E;
}
</style>
background-color css
<style>
a { background-color: #B14B8E; }
a { background-color: rgb(177,75,142); }
div.DivClassName
{
background-color: #B14B8E;
}
.BgClassName
{
background-color: #B14B8E;
}
</style>
border-color css
<style>
span { border-color: #B14B8E; }
span { border-color: rgb(177,75,142); }
td.TdClassName
{
border-color: #B14B8E;
}
.TagClassName
{
border-color: #B14B8E;
}
</style>