Shades of Mulberry #B24788
Tints of Mulberry #B24788
RGB
CMYK
RGB Variations
Color information
#B24788 (or 0xB24788) is known color: Mulberry. HEX triplet: B2, 47 and 88. RGB value is (178,71,136). Sum of RGB (Red+Green+Blue) = 178+71+136=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B24788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24788 is #4DB877. Grayscale: #6E6E6E. Windows color (decimal): -5093496 or 8931250. OLE color: 8931250.
HSL color Cylindrical-coordinate representation of color #B24788: hue angle of 323.55º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24788 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 136 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.30 |
| HSL | 323.55º | 0.43% | 0.49% | - |
| HSV(B) | 323.55º | 0.6% | 0.7% | - |
| XYZ | 25.06 | 15.75 | 25.01 | - |
| YUV | 110.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 136 | 0 | 0.60 | 0.24 | 0.30 | 323.55 | 0.43 | 0.49 |
| Hex | B2 | 47 | 88 | 0 | 3C | 18 | 1E | 144 | 2B | 31 |
| Octal | 262 | 107 | 210 | 0 | 74 | 30 | 36 | 504 | 53 | 61 |
| Binary | 10110010 | 1000111 | 10001000 | 0 | 111100 | 11000 | 11110 | 101000100 | 101011 | 110001 |
Color Harmonies of #B24788
Complementary color
Monochromatic Colors of #B24788
Black with #B24788
Text Example
Text Example
White with #B24788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24788; }
p { color: rgb(178,71,136); }
H1.HeaderClassName
{
color: #B24788;
}
.AnyTagClassName
{
color: #B24788;
}
</style>
background-color css
<style>
a { background-color: #B24788; }
a { background-color: rgb(178,71,136); }
div.DivClassName
{
background-color: #B24788;
}
.BgClassName
{
background-color: #B24788;
}
</style>
border-color css
<style>
span { border-color: #B24788; }
span { border-color: rgb(178,71,136); }
td.TdClassName
{
border-color: #B24788;
}
.TagClassName
{
border-color: #B24788;
}
</style>