Shades of Mulberry #B24D92
Tints of Mulberry #B24D92
RGB
CMYK
RGB Variations
Color information
#B24D92 (or 0xB24D92) is known color: Mulberry. HEX triplet: B2, 4D and 92. RGB value is (178,77,146). Sum of RGB (Red+Green+Blue) = 178+77+146=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24D92 is #4DB26D. Grayscale: #727272. Windows color (decimal): -5091950 or 9588146. OLE color: 9588146.
HSL color Cylindrical-coordinate representation of color #B24D92: hue angle of 319.01º 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 #B24D92 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 146 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.30 |
| HSL | 319.01º | 0.4% | 0.5% | - |
| HSV(B) | 319.01º | 0.57% | 0.7% | - |
| XYZ | 26.2 | 16.85 | 29.07 | - |
| YUV | 115.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 146 | 0 | 0.57 | 0.18 | 0.30 | 319.01 | 0.4 | 0.5 |
| Hex | B2 | 4D | 92 | 0 | 39 | 12 | 1E | 13F | 28 | 32 |
| Octal | 262 | 115 | 222 | 0 | 71 | 22 | 36 | 477 | 50 | 62 |
| Binary | 10110010 | 1001101 | 10010010 | 0 | 111001 | 10010 | 11110 | 100111111 | 101000 | 110010 |
Color Harmonies of #B24D92
Complementary color
Monochromatic Colors of #B24D92
Black with #B24D92
Text Example
Text Example
White with #B24D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D92; }
p { color: rgb(178,77,146); }
H1.HeaderClassName
{
color: #B24D92;
}
.AnyTagClassName
{
color: #B24D92;
}
</style>
background-color css
<style>
a { background-color: #B24D92; }
a { background-color: rgb(178,77,146); }
div.DivClassName
{
background-color: #B24D92;
}
.BgClassName
{
background-color: #B24D92;
}
</style>
border-color css
<style>
span { border-color: #B24D92; }
span { border-color: rgb(178,77,146); }
td.TdClassName
{
border-color: #B24D92;
}
.TagClassName
{
border-color: #B24D92;
}
</style>