Shades of Mulberry #B14994
Tints of Mulberry #B14994
RGB
CMYK
RGB Variations
Color information
#B14994 (or 0xB14994) is known color: Mulberry. HEX triplet: B1, 49 and 94. RGB value is (177,73,148). Sum of RGB (Red+Green+Blue) = 177+73+148=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B14994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14994 is #4EB66B. Grayscale: #707070. Windows color (decimal): -5158508 or 9718193. OLE color: 9718193.
HSL color Cylindrical-coordinate representation of color #B14994: hue angle of 316.73º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14994 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 148 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.31 |
| HSL | 316.73º | 0.42% | 0.49% | - |
| HSV(B) | 316.73º | 0.59% | 0.69% | - |
| XYZ | 25.86 | 16.25 | 29.79 | - |
| YUV | 112.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 148 | 0 | 0.59 | 0.16 | 0.31 | 316.73 | 0.42 | 0.49 |
| Hex | B1 | 49 | 94 | 0 | 3B | 10 | 1F | 13D | 2A | 31 |
| Octal | 261 | 111 | 224 | 0 | 73 | 20 | 37 | 475 | 52 | 61 |
| Binary | 10110001 | 1001001 | 10010100 | 0 | 111011 | 10000 | 11111 | 100111101 | 101010 | 110001 |
Color Harmonies of #B14994
Complementary color
Monochromatic Colors of #B14994
Black with #B14994
Text Example
Text Example
White with #B14994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14994; }
p { color: rgb(177,73,148); }
H1.HeaderClassName
{
color: #B14994;
}
.AnyTagClassName
{
color: #B14994;
}
</style>
background-color css
<style>
a { background-color: #B14994; }
a { background-color: rgb(177,73,148); }
div.DivClassName
{
background-color: #B14994;
}
.BgClassName
{
background-color: #B14994;
}
</style>
border-color css
<style>
span { border-color: #B14994; }
span { border-color: rgb(177,73,148); }
td.TdClassName
{
border-color: #B14994;
}
.TagClassName
{
border-color: #B14994;
}
</style>