Shades of Mulberry #B4548A
Tints of Mulberry #B4548A
RGB
CMYK
RGB Variations
Color information
#B4548A (or 0xB4548A) is known color: Mulberry. HEX triplet: B4, 54 and 8A. RGB value is (180,84,138). Sum of RGB (Red+Green+Blue) = 180+84+138=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4548A is #4BAB75. Grayscale: #767676. Windows color (decimal): -4959094 or 9065652. OLE color: 9065652.
HSL color Cylindrical-coordinate representation of color #B4548A: hue angle of 326.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4548A is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 138 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.29 |
| HSL | 326.25º | 0.39% | 0.52% | - |
| HSV(B) | 326.25º | 0.53% | 0.71% | - |
| XYZ | 26.58 | 17.88 | 26.09 | - |
| YUV | 118.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 138 | 0 | 0.53 | 0.23 | 0.29 | 326.25 | 0.39 | 0.52 |
| Hex | B4 | 54 | 8A | 0 | 35 | 17 | 1D | 146 | 27 | 34 |
| Octal | 264 | 124 | 212 | 0 | 65 | 27 | 35 | 506 | 47 | 64 |
| Binary | 10110100 | 1010100 | 10001010 | 0 | 110101 | 10111 | 11101 | 101000110 | 100111 | 110100 |
Color Harmonies of #B4548A
Complementary color
Monochromatic Colors of #B4548A
Black with #B4548A
Text Example
Text Example
White with #B4548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4548A; }
p { color: rgb(180,84,138); }
H1.HeaderClassName
{
color: #B4548A;
}
.AnyTagClassName
{
color: #B4548A;
}
</style>
background-color css
<style>
a { background-color: #B4548A; }
a { background-color: rgb(180,84,138); }
div.DivClassName
{
background-color: #B4548A;
}
.BgClassName
{
background-color: #B4548A;
}
</style>
border-color css
<style>
span { border-color: #B4548A; }
span { border-color: rgb(180,84,138); }
td.TdClassName
{
border-color: #B4548A;
}
.TagClassName
{
border-color: #B4548A;
}
</style>