Shades of Mulberry #B04A85
Tints of Mulberry #B04A85
RGB
CMYK
RGB Variations
Color information
#B04A85 (or 0xB04A85) is known color: Mulberry. HEX triplet: B0, 4A and 85. RGB value is (176,74,133). Sum of RGB (Red+Green+Blue) = 176+74+133=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04A85 is #4FB57A. Grayscale: #6F6F6F. Windows color (decimal): -5223803 or 8735408. OLE color: 8735408.
HSL color Cylindrical-coordinate representation of color #B04A85: hue angle of 325.29º 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 #B04A85 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 133 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.31 |
| HSL | 325.29º | 0.41% | 0.49% | - |
| HSV(B) | 325.29º | 0.58% | 0.69% | - |
| XYZ | 24.59 | 15.82 | 23.95 | - |
| YUV | 111.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 133 | 0 | 0.58 | 0.24 | 0.31 | 325.29 | 0.41 | 0.49 |
| Hex | B0 | 4A | 85 | 0 | 3A | 18 | 1F | 145 | 29 | 31 |
| Octal | 260 | 112 | 205 | 0 | 72 | 30 | 37 | 505 | 51 | 61 |
| Binary | 10110000 | 1001010 | 10000101 | 0 | 111010 | 11000 | 11111 | 101000101 | 101001 | 110001 |
Color Harmonies of #B04A85
Complementary color
Monochromatic Colors of #B04A85
Black with #B04A85
Text Example
Text Example
White with #B04A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A85; }
p { color: rgb(176,74,133); }
H1.HeaderClassName
{
color: #B04A85;
}
.AnyTagClassName
{
color: #B04A85;
}
</style>
background-color css
<style>
a { background-color: #B04A85; }
a { background-color: rgb(176,74,133); }
div.DivClassName
{
background-color: #B04A85;
}
.BgClassName
{
background-color: #B04A85;
}
</style>
border-color css
<style>
span { border-color: #B04A85; }
span { border-color: rgb(176,74,133); }
td.TdClassName
{
border-color: #B04A85;
}
.TagClassName
{
border-color: #B04A85;
}
</style>