Shades of Mulberry #B14895
Tints of Mulberry #B14895
RGB
CMYK
RGB Variations
Color information
#B14895 (or 0xB14895) is known color: Mulberry. HEX triplet: B1, 48 and 95. RGB value is (177,72,149). Sum of RGB (Red+Green+Blue) = 177+72+149=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B14895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14895 is #4EB76A. Grayscale: #6F6F6F. Windows color (decimal): -5158763 or 9783473. OLE color: 9783473.
HSL color Cylindrical-coordinate representation of color #B14895: hue angle of 316º 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 #B14895 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 149 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.31 |
| HSL | 316º | 0.42% | 0.49% | - |
| HSV(B) | 316º | 0.59% | 0.69% | - |
| XYZ | 25.87 | 16.15 | 30.19 | - |
| YUV | 112.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 149 | 0 | 0.59 | 0.16 | 0.31 | 316 | 0.42 | 0.49 |
| Hex | B1 | 48 | 95 | 0 | 3B | 10 | 1F | 13C | 2A | 31 |
| Octal | 261 | 110 | 225 | 0 | 73 | 20 | 37 | 474 | 52 | 61 |
| Binary | 10110001 | 1001000 | 10010101 | 0 | 111011 | 10000 | 11111 | 100111100 | 101010 | 110001 |
Color Harmonies of #B14895
Complementary color
Monochromatic Colors of #B14895
Black with #B14895
Text Example
Text Example
White with #B14895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14895; }
p { color: rgb(177,72,149); }
H1.HeaderClassName
{
color: #B14895;
}
.AnyTagClassName
{
color: #B14895;
}
</style>
background-color css
<style>
a { background-color: #B14895; }
a { background-color: rgb(177,72,149); }
div.DivClassName
{
background-color: #B14895;
}
.BgClassName
{
background-color: #B14895;
}
</style>
border-color css
<style>
span { border-color: #B14895; }
span { border-color: rgb(177,72,149); }
td.TdClassName
{
border-color: #B14895;
}
.TagClassName
{
border-color: #B14895;
}
</style>