Shades of Mulberry #B14B84
Tints of Mulberry #B14B84
RGB
CMYK
RGB Variations
Color information
#B14B84 (or 0xB14B84) is known color: Mulberry. HEX triplet: B1, 4B and 84. RGB value is (177,75,132). Sum of RGB (Red+Green+Blue) = 177+75+132=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14B84 is #4EB47B. Grayscale: #6F6F6F. Windows color (decimal): -5158012 or 8670129. OLE color: 8670129.
HSL color Cylindrical-coordinate representation of color #B14B84: hue angle of 326.47º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14B84 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 75 | 132 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.31 |
| HSL | 326.47º | 0.4% | 0.49% | - |
| HSV(B) | 326.47º | 0.58% | 0.69% | - |
| XYZ | 24.81 | 16.05 | 23.62 | - |
| YUV | 112 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 132 | 0 | 0.58 | 0.25 | 0.31 | 326.47 | 0.4 | 0.49 |
| Hex | B1 | 4B | 84 | 0 | 3A | 19 | 1F | 146 | 28 | 31 |
| Octal | 261 | 113 | 204 | 0 | 72 | 31 | 37 | 506 | 50 | 61 |
| Binary | 10110001 | 1001011 | 10000100 | 0 | 111010 | 11001 | 11111 | 101000110 | 101000 | 110001 |
Color Harmonies of #B14B84
Complementary color
Monochromatic Colors of #B14B84
Black with #B14B84
Text Example
Text Example
White with #B14B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14B84; }
p { color: rgb(177,75,132); }
H1.HeaderClassName
{
color: #B14B84;
}
.AnyTagClassName
{
color: #B14B84;
}
</style>
background-color css
<style>
a { background-color: #B14B84; }
a { background-color: rgb(177,75,132); }
div.DivClassName
{
background-color: #B14B84;
}
.BgClassName
{
background-color: #B14B84;
}
</style>
border-color css
<style>
span { border-color: #B14B84; }
span { border-color: rgb(177,75,132); }
td.TdClassName
{
border-color: #B14B84;
}
.TagClassName
{
border-color: #B14B84;
}
</style>