Shades of Mulberry #B04A8B
Tints of Mulberry #B04A8B
RGB
CMYK
RGB Variations
Color information
#B04A8B (or 0xB04A8B) is known color: Mulberry. HEX triplet: B0, 4A and 8B. RGB value is (176,74,139). Sum of RGB (Red+Green+Blue) = 176+74+139=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04A8B is #4FB574. Grayscale: #6F6F6F. Windows color (decimal): -5223797 or 9128624. OLE color: 9128624.
HSL color Cylindrical-coordinate representation of color #B04A8B: hue angle of 321.76º 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 #B04A8B is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 139 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.31 |
| HSL | 321.76º | 0.41% | 0.49% | - |
| HSV(B) | 321.76º | 0.58% | 0.69% | - |
| XYZ | 25.01 | 15.99 | 26.19 | - |
| YUV | 111.91 | 143.29 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 139 | 0 | 0.58 | 0.21 | 0.31 | 321.76 | 0.41 | 0.49 |
| Hex | B0 | 4A | 8B | 0 | 3A | 15 | 1F | 142 | 29 | 31 |
| Octal | 260 | 112 | 213 | 0 | 72 | 25 | 37 | 502 | 51 | 61 |
| Binary | 10110000 | 1001010 | 10001011 | 0 | 111010 | 10101 | 11111 | 101000010 | 101001 | 110001 |
Color Harmonies of #B04A8B
Complementary color
Monochromatic Colors of #B04A8B
Black with #B04A8B
Text Example
Text Example
White with #B04A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A8B; }
p { color: rgb(176,74,139); }
H1.HeaderClassName
{
color: #B04A8B;
}
.AnyTagClassName
{
color: #B04A8B;
}
</style>
background-color css
<style>
a { background-color: #B04A8B; }
a { background-color: rgb(176,74,139); }
div.DivClassName
{
background-color: #B04A8B;
}
.BgClassName
{
background-color: #B04A8B;
}
</style>
border-color css
<style>
span { border-color: #B04A8B; }
span { border-color: rgb(176,74,139); }
td.TdClassName
{
border-color: #B04A8B;
}
.TagClassName
{
border-color: #B04A8B;
}
</style>