Shades of Mulberry #B24D8F
Tints of Mulberry #B24D8F
RGB
CMYK
RGB Variations
Color information
#B24D8F (or 0xB24D8F) is known color: Mulberry. HEX triplet: B2, 4D and 8F. RGB value is (178,77,143). Sum of RGB (Red+Green+Blue) = 178+77+143=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24D8F is #4DB270. Grayscale: #727272. Windows color (decimal): -5091953 or 9391538. OLE color: 9391538.
HSL color Cylindrical-coordinate representation of color #B24D8F: hue angle of 320.79º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24D8F is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 143 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.30 |
| HSL | 320.79º | 0.4% | 0.5% | - |
| HSV(B) | 320.79º | 0.57% | 0.7% | - |
| XYZ | 25.97 | 16.76 | 27.85 | - |
| YUV | 114.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 143 | 0 | 0.57 | 0.20 | 0.30 | 320.79 | 0.4 | 0.5 |
| Hex | B2 | 4D | 8F | 0 | 39 | 14 | 1E | 141 | 28 | 32 |
| Octal | 262 | 115 | 217 | 0 | 71 | 24 | 36 | 501 | 50 | 62 |
| Binary | 10110010 | 1001101 | 10001111 | 0 | 111001 | 10100 | 11110 | 101000001 | 101000 | 110010 |
Color Harmonies of #B24D8F
Complementary color
Monochromatic Colors of #B24D8F
Black with #B24D8F
Text Example
Text Example
White with #B24D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D8F; }
p { color: rgb(178,77,143); }
H1.HeaderClassName
{
color: #B24D8F;
}
.AnyTagClassName
{
color: #B24D8F;
}
</style>
background-color css
<style>
a { background-color: #B24D8F; }
a { background-color: rgb(178,77,143); }
div.DivClassName
{
background-color: #B24D8F;
}
.BgClassName
{
background-color: #B24D8F;
}
</style>
border-color css
<style>
span { border-color: #B24D8F; }
span { border-color: rgb(178,77,143); }
td.TdClassName
{
border-color: #B24D8F;
}
.TagClassName
{
border-color: #B24D8F;
}
</style>