Shades of Mulberry #B24B8C
Tints of Mulberry #B24B8C
RGB
CMYK
RGB Variations
Color information
#B24B8C (or 0xB24B8C) is known color: Mulberry. HEX triplet: B2, 4B and 8C. RGB value is (178,75,140). Sum of RGB (Red+Green+Blue) = 178+75+140=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24B8C is #4DB473. Grayscale: #717171. Windows color (decimal): -5092468 or 9194418. OLE color: 9194418.
HSL color Cylindrical-coordinate representation of color #B24B8C: hue angle of 322.14º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24B8C is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 75 | 140 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.30 |
| HSL | 322.14º | 0.41% | 0.5% | - |
| HSV(B) | 322.14º | 0.58% | 0.7% | - |
| XYZ | 25.61 | 16.39 | 26.62 | - |
| YUV | 113.21 | 143.12 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 75 | 140 | 0 | 0.58 | 0.21 | 0.30 | 322.14 | 0.41 | 0.5 |
| Hex | B2 | 4B | 8C | 0 | 3A | 15 | 1E | 142 | 29 | 32 |
| Octal | 262 | 113 | 214 | 0 | 72 | 25 | 36 | 502 | 51 | 62 |
| Binary | 10110010 | 1001011 | 10001100 | 0 | 111010 | 10101 | 11110 | 101000010 | 101001 | 110010 |
Color Harmonies of #B24B8C
Complementary color
Monochromatic Colors of #B24B8C
Black with #B24B8C
Text Example
Text Example
White with #B24B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24B8C; }
p { color: rgb(178,75,140); }
H1.HeaderClassName
{
color: #B24B8C;
}
.AnyTagClassName
{
color: #B24B8C;
}
</style>
background-color css
<style>
a { background-color: #B24B8C; }
a { background-color: rgb(178,75,140); }
div.DivClassName
{
background-color: #B24B8C;
}
.BgClassName
{
background-color: #B24B8C;
}
</style>
border-color css
<style>
span { border-color: #B24B8C; }
span { border-color: rgb(178,75,140); }
td.TdClassName
{
border-color: #B24B8C;
}
.TagClassName
{
border-color: #B24B8C;
}
</style>