Shades of Mulberry #B24E8C
Tints of Mulberry #B24E8C
RGB
CMYK
RGB Variations
Color information
#B24E8C (or 0xB24E8C) is known color: Mulberry. HEX triplet: B2, 4E and 8C. RGB value is (178,78,140). Sum of RGB (Red+Green+Blue) = 178+78+140=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24E8C is #4DB173. Grayscale: #727272. Windows color (decimal): -5091700 or 9195186. OLE color: 9195186.
HSL color Cylindrical-coordinate representation of color #B24E8C: hue angle of 322.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24E8C is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 140 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.30 |
| HSL | 322.8º | 0.39% | 0.5% | - |
| HSV(B) | 322.8º | 0.56% | 0.7% | - |
| XYZ | 25.82 | 16.81 | 26.69 | - |
| YUV | 114.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 140 | 0 | 0.56 | 0.21 | 0.30 | 322.8 | 0.39 | 0.5 |
| Hex | B2 | 4E | 8C | 0 | 38 | 15 | 1E | 143 | 27 | 32 |
| Octal | 262 | 116 | 214 | 0 | 70 | 25 | 36 | 503 | 47 | 62 |
| Binary | 10110010 | 1001110 | 10001100 | 0 | 111000 | 10101 | 11110 | 101000011 | 100111 | 110010 |
Color Harmonies of #B24E8C
Complementary color
Monochromatic Colors of #B24E8C
Black with #B24E8C
Text Example
Text Example
White with #B24E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24E8C; }
p { color: rgb(178,78,140); }
H1.HeaderClassName
{
color: #B24E8C;
}
.AnyTagClassName
{
color: #B24E8C;
}
</style>
background-color css
<style>
a { background-color: #B24E8C; }
a { background-color: rgb(178,78,140); }
div.DivClassName
{
background-color: #B24E8C;
}
.BgClassName
{
background-color: #B24E8C;
}
</style>
border-color css
<style>
span { border-color: #B24E8C; }
span { border-color: rgb(178,78,140); }
td.TdClassName
{
border-color: #B24E8C;
}
.TagClassName
{
border-color: #B24E8C;
}
</style>