Shades of Mulberry #B04A98
Tints of Mulberry #B04A98
RGB
CMYK
RGB Variations
Color information
#B04A98 (or 0xB04A98) is known color: Mulberry. HEX triplet: B0, 4A and 98. RGB value is (176,74,152). Sum of RGB (Red+Green+Blue) = 176+74+152=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04A98 is #4FB567. Grayscale: #717171. Windows color (decimal): -5223784 or 9980592. OLE color: 9980592.
HSL color Cylindrical-coordinate representation of color #B04A98: hue angle of 314.12º 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 #B04A98 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 152 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.31 |
| HSL | 314.12º | 0.41% | 0.49% | - |
| HSV(B) | 314.12º | 0.58% | 0.69% | - |
| XYZ | 26.02 | 16.39 | 31.5 | - |
| YUV | 113.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 152 | 0 | 0.58 | 0.14 | 0.31 | 314.12 | 0.41 | 0.49 |
| Hex | B0 | 4A | 98 | 0 | 3A | E | 1F | 13A | 29 | 31 |
| Octal | 260 | 112 | 230 | 0 | 72 | 16 | 37 | 472 | 51 | 61 |
| Binary | 10110000 | 1001010 | 10011000 | 0 | 111010 | 1110 | 11111 | 100111010 | 101001 | 110001 |
Color Harmonies of #B04A98
Complementary color
Monochromatic Colors of #B04A98
Black with #B04A98
Text Example
Text Example
White with #B04A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A98; }
p { color: rgb(176,74,152); }
H1.HeaderClassName
{
color: #B04A98;
}
.AnyTagClassName
{
color: #B04A98;
}
</style>
background-color css
<style>
a { background-color: #B04A98; }
a { background-color: rgb(176,74,152); }
div.DivClassName
{
background-color: #B04A98;
}
.BgClassName
{
background-color: #B04A98;
}
</style>
border-color css
<style>
span { border-color: #B04A98; }
span { border-color: rgb(176,74,152); }
td.TdClassName
{
border-color: #B04A98;
}
.TagClassName
{
border-color: #B04A98;
}
</style>