Shades of Mulberry #B14A94
Tints of Mulberry #B14A94
RGB
CMYK
RGB Variations
Color information
#B14A94 (or 0xB14A94) is known color: Mulberry. HEX triplet: B1, 4A and 94. RGB value is (177,74,148). Sum of RGB (Red+Green+Blue) = 177+74+148=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14A94 is #4EB56B. Grayscale: #717171. Windows color (decimal): -5158252 or 9718449. OLE color: 9718449.
HSL color Cylindrical-coordinate representation of color #B14A94: hue angle of 316.89º degrees, saturation: 0.41, 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 #B14A94 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 74 | 148 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.31 |
| HSL | 316.89º | 0.41% | 0.49% | - |
| HSV(B) | 316.89º | 0.58% | 0.69% | - |
| XYZ | 25.93 | 16.38 | 29.81 | - |
| YUV | 113.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 148 | 0 | 0.58 | 0.16 | 0.31 | 316.89 | 0.41 | 0.49 |
| Hex | B1 | 4A | 94 | 0 | 3A | 10 | 1F | 13D | 29 | 31 |
| Octal | 261 | 112 | 224 | 0 | 72 | 20 | 37 | 475 | 51 | 61 |
| Binary | 10110001 | 1001010 | 10010100 | 0 | 111010 | 10000 | 11111 | 100111101 | 101001 | 110001 |
Color Harmonies of #B14A94
Complementary color
Monochromatic Colors of #B14A94
Black with #B14A94
Text Example
Text Example
White with #B14A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14A94; }
p { color: rgb(177,74,148); }
H1.HeaderClassName
{
color: #B14A94;
}
.AnyTagClassName
{
color: #B14A94;
}
</style>
background-color css
<style>
a { background-color: #B14A94; }
a { background-color: rgb(177,74,148); }
div.DivClassName
{
background-color: #B14A94;
}
.BgClassName
{
background-color: #B14A94;
}
</style>
border-color css
<style>
span { border-color: #B14A94; }
span { border-color: rgb(177,74,148); }
td.TdClassName
{
border-color: #B14A94;
}
.TagClassName
{
border-color: #B14A94;
}
</style>