Shades of Mulberry #B4498B
Tints of Mulberry #B4498B
RGB
CMYK
RGB Variations
Color information
#B4498B (or 0xB4498B) is known color: Mulberry. HEX triplet: B4, 49 and 8B. RGB value is (180,73,139). Sum of RGB (Red+Green+Blue) = 180+73+139=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4498B is #4BB674. Grayscale: #707070. Windows color (decimal): -4961909 or 9128372. OLE color: 9128372.
HSL color Cylindrical-coordinate representation of color #B4498B: hue angle of 322.99º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4498B is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 139 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.29 |
| HSL | 322.99º | 0.42% | 0.5% | - |
| HSV(B) | 322.99º | 0.59% | 0.71% | - |
| XYZ | 25.87 | 16.33 | 26.22 | - |
| YUV | 112.52 | 142.95 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 139 | 0 | 0.59 | 0.23 | 0.29 | 322.99 | 0.42 | 0.5 |
| Hex | B4 | 49 | 8B | 0 | 3B | 17 | 1D | 143 | 2A | 32 |
| Octal | 264 | 111 | 213 | 0 | 73 | 27 | 35 | 503 | 52 | 62 |
| Binary | 10110100 | 1001001 | 10001011 | 0 | 111011 | 10111 | 11101 | 101000011 | 101010 | 110010 |
Color Harmonies of #B4498B
Complementary color
Monochromatic Colors of #B4498B
Black with #B4498B
Text Example
Text Example
White with #B4498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4498B; }
p { color: rgb(180,73,139); }
H1.HeaderClassName
{
color: #B4498B;
}
.AnyTagClassName
{
color: #B4498B;
}
</style>
background-color css
<style>
a { background-color: #B4498B; }
a { background-color: rgb(180,73,139); }
div.DivClassName
{
background-color: #B4498B;
}
.BgClassName
{
background-color: #B4498B;
}
</style>
border-color css
<style>
span { border-color: #B4498B; }
span { border-color: rgb(180,73,139); }
td.TdClassName
{
border-color: #B4498B;
}
.TagClassName
{
border-color: #B4498B;
}
</style>