Shades of Mulberry #B24B89
Tints of Mulberry #B24B89
RGB
CMYK
RGB Variations
Color information
#B24B89 (or 0xB24B89) is known color: Mulberry. HEX triplet: B2, 4B and 89. RGB value is (178,75,137). Sum of RGB (Red+Green+Blue) = 178+75+137=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24B89 is #4DB476. Grayscale: #707070. Windows color (decimal): -5092471 or 8997810. OLE color: 8997810.
HSL color Cylindrical-coordinate representation of color #B24B89: hue angle of 323.88º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24B89 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 75 | 137 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.30 |
| HSL | 323.88º | 0.41% | 0.5% | - |
| HSV(B) | 323.88º | 0.58% | 0.7% | - |
| XYZ | 25.39 | 16.3 | 25.48 | - |
| YUV | 112.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 75 | 137 | 0 | 0.58 | 0.23 | 0.30 | 323.88 | 0.41 | 0.5 |
| Hex | B2 | 4B | 89 | 0 | 3A | 17 | 1E | 144 | 29 | 32 |
| Octal | 262 | 113 | 211 | 0 | 72 | 27 | 36 | 504 | 51 | 62 |
| Binary | 10110010 | 1001011 | 10001001 | 0 | 111010 | 10111 | 11110 | 101000100 | 101001 | 110010 |
Color Harmonies of #B24B89
Complementary color
Monochromatic Colors of #B24B89
Black with #B24B89
Text Example
Text Example
White with #B24B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24B89; }
p { color: rgb(178,75,137); }
H1.HeaderClassName
{
color: #B24B89;
}
.AnyTagClassName
{
color: #B24B89;
}
</style>
background-color css
<style>
a { background-color: #B24B89; }
a { background-color: rgb(178,75,137); }
div.DivClassName
{
background-color: #B24B89;
}
.BgClassName
{
background-color: #B24B89;
}
</style>
border-color css
<style>
span { border-color: #B24B89; }
span { border-color: rgb(178,75,137); }
td.TdClassName
{
border-color: #B24B89;
}
.TagClassName
{
border-color: #B24B89;
}
</style>