Shades of Mulberry #B14A98
Tints of Mulberry #B14A98
RGB
CMYK
RGB Variations
Color information
#B14A98 (or 0xB14A98) is known color: Mulberry. HEX triplet: B1, 4A and 98. RGB value is (177,74,152). Sum of RGB (Red+Green+Blue) = 177+74+152=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14A98 is #4EB567. Grayscale: #717171. Windows color (decimal): -5158248 or 9980593. OLE color: 9980593.
HSL color Cylindrical-coordinate representation of color #B14A98: hue angle of 314.56º 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 #B14A98 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 74 | 152 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.31 |
| HSL | 314.56º | 0.41% | 0.49% | - |
| HSV(B) | 314.56º | 0.58% | 0.69% | - |
| XYZ | 26.25 | 16.51 | 31.51 | - |
| YUV | 113.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 152 | 0 | 0.58 | 0.14 | 0.31 | 314.56 | 0.41 | 0.49 |
| Hex | B1 | 4A | 98 | 0 | 3A | E | 1F | 13B | 29 | 31 |
| Octal | 261 | 112 | 230 | 0 | 72 | 16 | 37 | 473 | 51 | 61 |
| Binary | 10110001 | 1001010 | 10011000 | 0 | 111010 | 1110 | 11111 | 100111011 | 101001 | 110001 |
Color Harmonies of #B14A98
Complementary color
Monochromatic Colors of #B14A98
Black with #B14A98
Text Example
Text Example
White with #B14A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14A98; }
p { color: rgb(177,74,152); }
H1.HeaderClassName
{
color: #B14A98;
}
.AnyTagClassName
{
color: #B14A98;
}
</style>
background-color css
<style>
a { background-color: #B14A98; }
a { background-color: rgb(177,74,152); }
div.DivClassName
{
background-color: #B14A98;
}
.BgClassName
{
background-color: #B14A98;
}
</style>
border-color css
<style>
span { border-color: #B14A98; }
span { border-color: rgb(177,74,152); }
td.TdClassName
{
border-color: #B14A98;
}
.TagClassName
{
border-color: #B14A98;
}
</style>