Shades of Mulberry #B44A9B
Tints of Mulberry #B44A9B
RGB
CMYK
RGB Variations
Color information
#B44A9B (or 0xB44A9B) is known color: Mulberry. HEX triplet: B4, 4A and 9B. RGB value is (180,74,155). Sum of RGB (Red+Green+Blue) = 180+74+155=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44A9B is #4BB564. Grayscale: #727272. Windows color (decimal): -4961637 or 10177204. OLE color: 10177204.
HSL color Cylindrical-coordinate representation of color #B44A9B: hue angle of 314.15º 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 #B44A9B is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 74 | 155 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.29 |
| HSL | 314.15º | 0.42% | 0.5% | - |
| HSV(B) | 314.15º | 0.59% | 0.71% | - |
| XYZ | 27.19 | 16.97 | 32.85 | - |
| YUV | 114.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 155 | 0 | 0.59 | 0.14 | 0.29 | 314.15 | 0.42 | 0.5 |
| Hex | B4 | 4A | 9B | 0 | 3B | E | 1D | 13A | 2A | 32 |
| Octal | 264 | 112 | 233 | 0 | 73 | 16 | 35 | 472 | 52 | 62 |
| Binary | 10110100 | 1001010 | 10011011 | 0 | 111011 | 1110 | 11101 | 100111010 | 101010 | 110010 |
Color Harmonies of #B44A9B
Complementary color
Monochromatic Colors of #B44A9B
Black with #B44A9B
Text Example
Text Example
White with #B44A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44A9B; }
p { color: rgb(180,74,155); }
H1.HeaderClassName
{
color: #B44A9B;
}
.AnyTagClassName
{
color: #B44A9B;
}
</style>
background-color css
<style>
a { background-color: #B44A9B; }
a { background-color: rgb(180,74,155); }
div.DivClassName
{
background-color: #B44A9B;
}
.BgClassName
{
background-color: #B44A9B;
}
</style>
border-color css
<style>
span { border-color: #B44A9B; }
span { border-color: rgb(180,74,155); }
td.TdClassName
{
border-color: #B44A9B;
}
.TagClassName
{
border-color: #B44A9B;
}
</style>