Shades of Mulberry #B24792
Tints of Mulberry #B24792
RGB
CMYK
RGB Variations
Color information
#B24792 (or 0xB24792) is known color: Mulberry. HEX triplet: B2, 47 and 92. RGB value is (178,71,146). Sum of RGB (Red+Green+Blue) = 178+71+146=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B24792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24792 is #4DB86D. Grayscale: #6F6F6F. Windows color (decimal): -5093486 or 9586610. OLE color: 9586610.
HSL color Cylindrical-coordinate representation of color #B24792: hue angle of 317.94º degrees, saturation: 0.43, 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 #B24792 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 146 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.30 |
| HSL | 317.94º | 0.43% | 0.49% | - |
| HSV(B) | 317.94º | 0.6% | 0.7% | - |
| XYZ | 25.8 | 16.05 | 28.93 | - |
| YUV | 111.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 146 | 0 | 0.60 | 0.18 | 0.30 | 317.94 | 0.43 | 0.49 |
| Hex | B2 | 47 | 92 | 0 | 3C | 12 | 1E | 13E | 2B | 31 |
| Octal | 262 | 107 | 222 | 0 | 74 | 22 | 36 | 476 | 53 | 61 |
| Binary | 10110010 | 1000111 | 10010010 | 0 | 111100 | 10010 | 11110 | 100111110 | 101011 | 110001 |
Color Harmonies of #B24792
Complementary color
Monochromatic Colors of #B24792
Black with #B24792
Text Example
Text Example
White with #B24792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24792; }
p { color: rgb(178,71,146); }
H1.HeaderClassName
{
color: #B24792;
}
.AnyTagClassName
{
color: #B24792;
}
</style>
background-color css
<style>
a { background-color: #B24792; }
a { background-color: rgb(178,71,146); }
div.DivClassName
{
background-color: #B24792;
}
.BgClassName
{
background-color: #B24792;
}
</style>
border-color css
<style>
span { border-color: #B24792; }
span { border-color: rgb(178,71,146); }
td.TdClassName
{
border-color: #B24792;
}
.TagClassName
{
border-color: #B24792;
}
</style>