Shades of Mulberry #B24883
Tints of Mulberry #B24883
RGB
CMYK
RGB Variations
Color information
#B24883 (or 0xB24883) is known color: Mulberry. HEX triplet: B2, 48 and 83. RGB value is (178,72,131). Sum of RGB (Red+Green+Blue) = 178+72+131=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B24883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24883 is #4DB77C. Grayscale: #6E6E6E. Windows color (decimal): -5093245 or 8603826. OLE color: 8603826.
HSL color Cylindrical-coordinate representation of color #B24883: hue angle of 326.6º degrees, saturation: 0.42, 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 #B24883 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 131 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.30 |
| HSL | 326.6º | 0.42% | 0.49% | - |
| HSV(B) | 326.6º | 0.6% | 0.7% | - |
| XYZ | 24.77 | 15.74 | 23.2 | - |
| YUV | 110.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 131 | 0 | 0.60 | 0.26 | 0.30 | 326.6 | 0.42 | 0.49 |
| Hex | B2 | 48 | 83 | 0 | 3C | 1A | 1E | 147 | 2A | 31 |
| Octal | 262 | 110 | 203 | 0 | 74 | 32 | 36 | 507 | 52 | 61 |
| Binary | 10110010 | 1001000 | 10000011 | 0 | 111100 | 11010 | 11110 | 101000111 | 101010 | 110001 |
Color Harmonies of #B24883
Complementary color
Monochromatic Colors of #B24883
Black with #B24883
Text Example
Text Example
White with #B24883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24883; }
p { color: rgb(178,72,131); }
H1.HeaderClassName
{
color: #B24883;
}
.AnyTagClassName
{
color: #B24883;
}
</style>
background-color css
<style>
a { background-color: #B24883; }
a { background-color: rgb(178,72,131); }
div.DivClassName
{
background-color: #B24883;
}
.BgClassName
{
background-color: #B24883;
}
</style>
border-color css
<style>
span { border-color: #B24883; }
span { border-color: rgb(178,72,131); }
td.TdClassName
{
border-color: #B24883;
}
.TagClassName
{
border-color: #B24883;
}
</style>