Shades of Mulberry #B04A8D
Tints of Mulberry #B04A8D
RGB
CMYK
RGB Variations
Color information
#B04A8D (or 0xB04A8D) is known color: Mulberry. HEX triplet: B0, 4A and 8D. RGB value is (176,74,141). Sum of RGB (Red+Green+Blue) = 176+74+141=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04A8D is #4FB572. Grayscale: #6F6F6F. Windows color (decimal): -5223795 or 9259696. OLE color: 9259696.
HSL color Cylindrical-coordinate representation of color #B04A8D: hue angle of 320.59º 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 #B04A8D is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 141 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.31 |
| HSL | 320.59º | 0.41% | 0.49% | - |
| HSV(B) | 320.59º | 0.58% | 0.69% | - |
| XYZ | 25.16 | 16.05 | 26.97 | - |
| YUV | 112.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 141 | 0 | 0.58 | 0.20 | 0.31 | 320.59 | 0.41 | 0.49 |
| Hex | B0 | 4A | 8D | 0 | 3A | 14 | 1F | 141 | 29 | 31 |
| Octal | 260 | 112 | 215 | 0 | 72 | 24 | 37 | 501 | 51 | 61 |
| Binary | 10110000 | 1001010 | 10001101 | 0 | 111010 | 10100 | 11111 | 101000001 | 101001 | 110001 |
Color Harmonies of #B04A8D
Complementary color
Monochromatic Colors of #B04A8D
Black with #B04A8D
Text Example
Text Example
White with #B04A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A8D; }
p { color: rgb(176,74,141); }
H1.HeaderClassName
{
color: #B04A8D;
}
.AnyTagClassName
{
color: #B04A8D;
}
</style>
background-color css
<style>
a { background-color: #B04A8D; }
a { background-color: rgb(176,74,141); }
div.DivClassName
{
background-color: #B04A8D;
}
.BgClassName
{
background-color: #B04A8D;
}
</style>
border-color css
<style>
span { border-color: #B04A8D; }
span { border-color: rgb(176,74,141); }
td.TdClassName
{
border-color: #B04A8D;
}
.TagClassName
{
border-color: #B04A8D;
}
</style>