Shades of Mulberry #B24892
Tints of Mulberry #B24892
RGB
CMYK
RGB Variations
Color information
#B24892 (or 0xB24892) is known color: Mulberry. HEX triplet: B2, 48 and 92. RGB value is (178,72,146). Sum of RGB (Red+Green+Blue) = 178+72+146=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B24892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24892 is #4DB76D. Grayscale: #6F6F6F. Windows color (decimal): -5093230 or 9586866. OLE color: 9586866.
HSL color Cylindrical-coordinate representation of color #B24892: hue angle of 318.11º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24892 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 146 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.30 |
| HSL | 318.11º | 0.42% | 0.49% | - |
| HSV(B) | 318.11º | 0.6% | 0.7% | - |
| XYZ | 25.87 | 16.18 | 28.95 | - |
| YUV | 112.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 146 | 0 | 0.60 | 0.18 | 0.30 | 318.11 | 0.42 | 0.49 |
| Hex | B2 | 48 | 92 | 0 | 3C | 12 | 1E | 13E | 2A | 31 |
| Octal | 262 | 110 | 222 | 0 | 74 | 22 | 36 | 476 | 52 | 61 |
| Binary | 10110010 | 1001000 | 10010010 | 0 | 111100 | 10010 | 11110 | 100111110 | 101010 | 110001 |
Color Harmonies of #B24892
Complementary color
Monochromatic Colors of #B24892
Black with #B24892
Text Example
Text Example
White with #B24892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24892; }
p { color: rgb(178,72,146); }
H1.HeaderClassName
{
color: #B24892;
}
.AnyTagClassName
{
color: #B24892;
}
</style>
background-color css
<style>
a { background-color: #B24892; }
a { background-color: rgb(178,72,146); }
div.DivClassName
{
background-color: #B24892;
}
.BgClassName
{
background-color: #B24892;
}
</style>
border-color css
<style>
span { border-color: #B24892; }
span { border-color: rgb(178,72,146); }
td.TdClassName
{
border-color: #B24892;
}
.TagClassName
{
border-color: #B24892;
}
</style>