Shades of Mulberry #B24C94
Tints of Mulberry #B24C94
RGB
CMYK
RGB Variations
Color information
#B24C94 (or 0xB24C94) is known color: Mulberry. HEX triplet: B2, 4C and 94. RGB value is (178,76,148). Sum of RGB (Red+Green+Blue) = 178+76+148=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24C94 is #4DB36B. Grayscale: #727272. Windows color (decimal): -5092204 or 9718962. OLE color: 9718962.
HSL color Cylindrical-coordinate representation of color #B24C94: hue angle of 317.65º 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 #B24C94 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 76 | 148 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.30 |
| HSL | 317.65º | 0.4% | 0.5% | - |
| HSV(B) | 317.65º | 0.57% | 0.7% | - |
| XYZ | 26.29 | 16.77 | 29.87 | - |
| YUV | 114.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 76 | 148 | 0 | 0.57 | 0.17 | 0.30 | 317.65 | 0.4 | 0.5 |
| Hex | B2 | 4C | 94 | 0 | 39 | 11 | 1E | 13E | 28 | 32 |
| Octal | 262 | 114 | 224 | 0 | 71 | 21 | 36 | 476 | 50 | 62 |
| Binary | 10110010 | 1001100 | 10010100 | 0 | 111001 | 10001 | 11110 | 100111110 | 101000 | 110010 |
Color Harmonies of #B24C94
Complementary color
Monochromatic Colors of #B24C94
Black with #B24C94
Text Example
Text Example
White with #B24C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24C94; }
p { color: rgb(178,76,148); }
H1.HeaderClassName
{
color: #B24C94;
}
.AnyTagClassName
{
color: #B24C94;
}
</style>
background-color css
<style>
a { background-color: #B24C94; }
a { background-color: rgb(178,76,148); }
div.DivClassName
{
background-color: #B24C94;
}
.BgClassName
{
background-color: #B24C94;
}
</style>
border-color css
<style>
span { border-color: #B24C94; }
span { border-color: rgb(178,76,148); }
td.TdClassName
{
border-color: #B24C94;
}
.TagClassName
{
border-color: #B24C94;
}
</style>