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