Shades of Mulberry #B44A8A
Tints of Mulberry #B44A8A
RGB
CMYK
RGB Variations
Color information
#B44A8A (or 0xB44A8A) is known color: Mulberry. HEX triplet: B4, 4A and 8A. RGB value is (180,74,138). Sum of RGB (Red+Green+Blue) = 180+74+138=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44A8A is #4BB575. Grayscale: #707070. Windows color (decimal): -4961654 or 9063092. OLE color: 9063092.
HSL color Cylindrical-coordinate representation of color #B44A8A: hue angle of 323.77º 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 #B44A8A is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 74 | 138 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.29 |
| HSL | 323.77º | 0.42% | 0.5% | - |
| HSV(B) | 323.77º | 0.59% | 0.71% | - |
| XYZ | 25.86 | 16.44 | 25.85 | - |
| YUV | 112.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 138 | 0 | 0.59 | 0.23 | 0.29 | 323.77 | 0.42 | 0.5 |
| Hex | B4 | 4A | 8A | 0 | 3B | 17 | 1D | 144 | 2A | 32 |
| Octal | 264 | 112 | 212 | 0 | 73 | 27 | 35 | 504 | 52 | 62 |
| Binary | 10110100 | 1001010 | 10001010 | 0 | 111011 | 10111 | 11101 | 101000100 | 101010 | 110010 |
Color Harmonies of #B44A8A
Complementary color
Monochromatic Colors of #B44A8A
Black with #B44A8A
Text Example
Text Example
White with #B44A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44A8A; }
p { color: rgb(180,74,138); }
H1.HeaderClassName
{
color: #B44A8A;
}
.AnyTagClassName
{
color: #B44A8A;
}
</style>
background-color css
<style>
a { background-color: #B44A8A; }
a { background-color: rgb(180,74,138); }
div.DivClassName
{
background-color: #B44A8A;
}
.BgClassName
{
background-color: #B44A8A;
}
</style>
border-color css
<style>
span { border-color: #B44A8A; }
span { border-color: rgb(180,74,138); }
td.TdClassName
{
border-color: #B44A8A;
}
.TagClassName
{
border-color: #B44A8A;
}
</style>