Shades of Mulberry #B14999
Tints of Mulberry #B14999
RGB
CMYK
RGB Variations
Color information
#B14999 (or 0xB14999) is known color: Mulberry. HEX triplet: B1, 49 and 99. RGB value is (177,73,153). Sum of RGB (Red+Green+Blue) = 177+73+153=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B14999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14999 is #4EB666. Grayscale: #717171. Windows color (decimal): -5158503 or 10045873. OLE color: 10045873.
HSL color Cylindrical-coordinate representation of color #B14999: hue angle of 313.85º 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 #B14999 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 153 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.31 |
| HSL | 313.85º | 0.42% | 0.49% | - |
| HSV(B) | 313.85º | 0.59% | 0.69% | - |
| XYZ | 26.26 | 16.41 | 31.92 | - |
| YUV | 113.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 153 | 0 | 0.59 | 0.14 | 0.31 | 313.85 | 0.42 | 0.49 |
| Hex | B1 | 49 | 99 | 0 | 3B | E | 1F | 13A | 2A | 31 |
| Octal | 261 | 111 | 231 | 0 | 73 | 16 | 37 | 472 | 52 | 61 |
| Binary | 10110001 | 1001001 | 10011001 | 0 | 111011 | 1110 | 11111 | 100111010 | 101010 | 110001 |
Color Harmonies of #B14999
Complementary color
Monochromatic Colors of #B14999
Black with #B14999
Text Example
Text Example
White with #B14999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14999; }
p { color: rgb(177,73,153); }
H1.HeaderClassName
{
color: #B14999;
}
.AnyTagClassName
{
color: #B14999;
}
</style>
background-color css
<style>
a { background-color: #B14999; }
a { background-color: rgb(177,73,153); }
div.DivClassName
{
background-color: #B14999;
}
.BgClassName
{
background-color: #B14999;
}
</style>
border-color css
<style>
span { border-color: #B14999; }
span { border-color: rgb(177,73,153); }
td.TdClassName
{
border-color: #B14999;
}
.TagClassName
{
border-color: #B14999;
}
</style>