Shades of Mulberry #B24F99
Tints of Mulberry #B24F99
RGB
CMYK
RGB Variations
Color information
#B24F99 (or 0xB24F99) is known color: Mulberry. HEX triplet: B2, 4F and 99. RGB value is (178,79,153). Sum of RGB (Red+Green+Blue) = 178+79+153=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24F99 is #4DB066. Grayscale: #747474. Windows color (decimal): -5091431 or 10047410. OLE color: 10047410.
HSL color Cylindrical-coordinate representation of color #B24F99: hue angle of 315.15º 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 #B24F99 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 153 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.30 |
| HSL | 315.15º | 0.39% | 0.5% | - |
| HSV(B) | 315.15º | 0.56% | 0.7% | - |
| XYZ | 26.91 | 17.36 | 32.07 | - |
| YUV | 117.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 153 | 0 | 0.56 | 0.14 | 0.30 | 315.15 | 0.39 | 0.5 |
| Hex | B2 | 4F | 99 | 0 | 38 | E | 1E | 13B | 27 | 32 |
| Octal | 262 | 117 | 231 | 0 | 70 | 16 | 36 | 473 | 47 | 62 |
| Binary | 10110010 | 1001111 | 10011001 | 0 | 111000 | 1110 | 11110 | 100111011 | 100111 | 110010 |
Color Harmonies of #B24F99
Complementary color
Monochromatic Colors of #B24F99
Black with #B24F99
Text Example
Text Example
White with #B24F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24F99; }
p { color: rgb(178,79,153); }
H1.HeaderClassName
{
color: #B24F99;
}
.AnyTagClassName
{
color: #B24F99;
}
</style>
background-color css
<style>
a { background-color: #B24F99; }
a { background-color: rgb(178,79,153); }
div.DivClassName
{
background-color: #B24F99;
}
.BgClassName
{
background-color: #B24F99;
}
</style>
border-color css
<style>
span { border-color: #B24F99; }
span { border-color: rgb(178,79,153); }
td.TdClassName
{
border-color: #B24F99;
}
.TagClassName
{
border-color: #B24F99;
}
</style>