Shades of Mulberry #B4538A
Tints of Mulberry #B4538A
RGB
CMYK
RGB Variations
Color information
#B4538A (or 0xB4538A) is known color: Mulberry. HEX triplet: B4, 53 and 8A. RGB value is (180,83,138). Sum of RGB (Red+Green+Blue) = 180+83+138=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4538A is #4BAC75. Grayscale: #767676. Windows color (decimal): -4959350 or 9065396. OLE color: 9065396.
HSL color Cylindrical-coordinate representation of color #B4538A: hue angle of 325.98º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4538A is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 138 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.29 |
| HSL | 325.98º | 0.39% | 0.52% | - |
| HSV(B) | 325.98º | 0.54% | 0.71% | - |
| XYZ | 26.5 | 17.72 | 26.07 | - |
| YUV | 118.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 138 | 0 | 0.54 | 0.23 | 0.29 | 325.98 | 0.39 | 0.52 |
| Hex | B4 | 53 | 8A | 0 | 36 | 17 | 1D | 146 | 27 | 34 |
| Octal | 264 | 123 | 212 | 0 | 66 | 27 | 35 | 506 | 47 | 64 |
| Binary | 10110100 | 1010011 | 10001010 | 0 | 110110 | 10111 | 11101 | 101000110 | 100111 | 110100 |
Color Harmonies of #B4538A
Complementary color
Monochromatic Colors of #B4538A
Black with #B4538A
Text Example
Text Example
White with #B4538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4538A; }
p { color: rgb(180,83,138); }
H1.HeaderClassName
{
color: #B4538A;
}
.AnyTagClassName
{
color: #B4538A;
}
</style>
background-color css
<style>
a { background-color: #B4538A; }
a { background-color: rgb(180,83,138); }
div.DivClassName
{
background-color: #B4538A;
}
.BgClassName
{
background-color: #B4538A;
}
</style>
border-color css
<style>
span { border-color: #B4538A; }
span { border-color: rgb(180,83,138); }
td.TdClassName
{
border-color: #B4538A;
}
.TagClassName
{
border-color: #B4538A;
}
</style>