Shades of Mulberry #B14E95
Tints of Mulberry #B14E95
RGB
CMYK
RGB Variations
Color information
#B14E95 (or 0xB14E95) is known color: Mulberry. HEX triplet: B1, 4E and 95. RGB value is (177,78,149). Sum of RGB (Red+Green+Blue) = 177+78+149=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14E95 is #4EB16A. Grayscale: #737373. Windows color (decimal): -5157227 or 9785009. OLE color: 9785009.
HSL color Cylindrical-coordinate representation of color #B14E95: hue angle of 316.97º 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 #B14E95 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 149 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.31 |
| HSL | 316.97º | 0.39% | 0.5% | - |
| HSV(B) | 316.97º | 0.56% | 0.69% | - |
| XYZ | 26.28 | 16.97 | 30.32 | - |
| YUV | 115.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 149 | 0 | 0.56 | 0.16 | 0.31 | 316.97 | 0.39 | 0.5 |
| Hex | B1 | 4E | 95 | 0 | 38 | 10 | 1F | 13D | 27 | 32 |
| Octal | 261 | 116 | 225 | 0 | 70 | 20 | 37 | 475 | 47 | 62 |
| Binary | 10110001 | 1001110 | 10010101 | 0 | 111000 | 10000 | 11111 | 100111101 | 100111 | 110010 |
Color Harmonies of #B14E95
Complementary color
Monochromatic Colors of #B14E95
Black with #B14E95
Text Example
Text Example
White with #B14E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E95; }
p { color: rgb(177,78,149); }
H1.HeaderClassName
{
color: #B14E95;
}
.AnyTagClassName
{
color: #B14E95;
}
</style>
background-color css
<style>
a { background-color: #B14E95; }
a { background-color: rgb(177,78,149); }
div.DivClassName
{
background-color: #B14E95;
}
.BgClassName
{
background-color: #B14E95;
}
</style>
border-color css
<style>
span { border-color: #B14E95; }
span { border-color: rgb(177,78,149); }
td.TdClassName
{
border-color: #B14E95;
}
.TagClassName
{
border-color: #B14E95;
}
</style>