Shades of Mulberry #B14892
Tints of Mulberry #B14892
RGB
CMYK
RGB Variations
Color information
#B14892 (or 0xB14892) is known color: Mulberry. HEX triplet: B1, 48 and 92. RGB value is (177,72,146). Sum of RGB (Red+Green+Blue) = 177+72+146=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B14892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14892 is #4EB76D. Grayscale: #6F6F6F. Windows color (decimal): -5158766 or 9586865. OLE color: 9586865.
HSL color Cylindrical-coordinate representation of color #B14892: hue angle of 317.71º 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 #B14892 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 146 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.31 |
| HSL | 317.71º | 0.42% | 0.49% | - |
| HSV(B) | 317.71º | 0.59% | 0.69% | - |
| XYZ | 25.64 | 16.06 | 28.94 | - |
| YUV | 111.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 146 | 0 | 0.59 | 0.18 | 0.31 | 317.71 | 0.42 | 0.49 |
| Hex | B1 | 48 | 92 | 0 | 3B | 12 | 1F | 13E | 2A | 31 |
| Octal | 261 | 110 | 222 | 0 | 73 | 22 | 37 | 476 | 52 | 61 |
| Binary | 10110001 | 1001000 | 10010010 | 0 | 111011 | 10010 | 11111 | 100111110 | 101010 | 110001 |
Color Harmonies of #B14892
Complementary color
Monochromatic Colors of #B14892
Black with #B14892
Text Example
Text Example
White with #B14892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14892; }
p { color: rgb(177,72,146); }
H1.HeaderClassName
{
color: #B14892;
}
.AnyTagClassName
{
color: #B14892;
}
</style>
background-color css
<style>
a { background-color: #B14892; }
a { background-color: rgb(177,72,146); }
div.DivClassName
{
background-color: #B14892;
}
.BgClassName
{
background-color: #B14892;
}
</style>
border-color css
<style>
span { border-color: #B14892; }
span { border-color: rgb(177,72,146); }
td.TdClassName
{
border-color: #B14892;
}
.TagClassName
{
border-color: #B14892;
}
</style>