Shades of Mulberry #B14798
Tints of Mulberry #B14798
RGB
CMYK
RGB Variations
Color information
#B14798 (or 0xB14798) is known color: Mulberry. HEX triplet: B1, 47 and 98. RGB value is (177,71,152). Sum of RGB (Red+Green+Blue) = 177+71+152=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B14798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14798 is #4EB867. Grayscale: #6F6F6F. Windows color (decimal): -5159016 or 9979825. OLE color: 9979825.
HSL color Cylindrical-coordinate representation of color #B14798: hue angle of 314.15º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14798 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 152 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.31 |
| HSL | 314.15º | 0.43% | 0.49% | - |
| HSV(B) | 314.15º | 0.6% | 0.69% | - |
| XYZ | 26.05 | 16.12 | 31.44 | - |
| YUV | 111.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 152 | 0 | 0.60 | 0.14 | 0.31 | 314.15 | 0.43 | 0.49 |
| Hex | B1 | 47 | 98 | 0 | 3C | E | 1F | 13A | 2B | 31 |
| Octal | 261 | 107 | 230 | 0 | 74 | 16 | 37 | 472 | 53 | 61 |
| Binary | 10110001 | 1000111 | 10011000 | 0 | 111100 | 1110 | 11111 | 100111010 | 101011 | 110001 |
Color Harmonies of #B14798
Complementary color
Monochromatic Colors of #B14798
Black with #B14798
Text Example
Text Example
White with #B14798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14798; }
p { color: rgb(177,71,152); }
H1.HeaderClassName
{
color: #B14798;
}
.AnyTagClassName
{
color: #B14798;
}
</style>
background-color css
<style>
a { background-color: #B14798; }
a { background-color: rgb(177,71,152); }
div.DivClassName
{
background-color: #B14798;
}
.BgClassName
{
background-color: #B14798;
}
</style>
border-color css
<style>
span { border-color: #B14798; }
span { border-color: rgb(177,71,152); }
td.TdClassName
{
border-color: #B14798;
}
.TagClassName
{
border-color: #B14798;
}
</style>