Shades of Mulberry #B24E90
Tints of Mulberry #B24E90
RGB
CMYK
RGB Variations
Color information
#B24E90 (or 0xB24E90) is known color: Mulberry. HEX triplet: B2, 4E and 90. RGB value is (178,78,144). Sum of RGB (Red+Green+Blue) = 178+78+144=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24E90 is #4DB16F. Grayscale: #737373. Windows color (decimal): -5091696 or 9457330. OLE color: 9457330.
HSL color Cylindrical-coordinate representation of color #B24E90: hue angle of 320.4º 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 #B24E90 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 144 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.30 |
| HSL | 320.4º | 0.39% | 0.5% | - |
| HSV(B) | 320.4º | 0.56% | 0.7% | - |
| XYZ | 26.12 | 16.93 | 28.28 | - |
| YUV | 115.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 144 | 0 | 0.56 | 0.19 | 0.30 | 320.4 | 0.39 | 0.5 |
| Hex | B2 | 4E | 90 | 0 | 38 | 13 | 1E | 140 | 27 | 32 |
| Octal | 262 | 116 | 220 | 0 | 70 | 23 | 36 | 500 | 47 | 62 |
| Binary | 10110010 | 1001110 | 10010000 | 0 | 111000 | 10011 | 11110 | 101000000 | 100111 | 110010 |
Color Harmonies of #B24E90
Complementary color
Monochromatic Colors of #B24E90
Black with #B24E90
Text Example
Text Example
White with #B24E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24E90; }
p { color: rgb(178,78,144); }
H1.HeaderClassName
{
color: #B24E90;
}
.AnyTagClassName
{
color: #B24E90;
}
</style>
background-color css
<style>
a { background-color: #B24E90; }
a { background-color: rgb(178,78,144); }
div.DivClassName
{
background-color: #B24E90;
}
.BgClassName
{
background-color: #B24E90;
}
</style>
border-color css
<style>
span { border-color: #B24E90; }
span { border-color: rgb(178,78,144); }
td.TdClassName
{
border-color: #B24E90;
}
.TagClassName
{
border-color: #B24E90;
}
</style>