Shades of Mulberry #B24689
Tints of Mulberry #B24689
RGB
CMYK
RGB Variations
Color information
#B24689 (or 0xB24689) is known color: Mulberry. HEX triplet: B2, 46 and 89. RGB value is (178,70,137). Sum of RGB (Red+Green+Blue) = 178+70+137=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B24689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24689 is #4DB976. Grayscale: #6D6D6D. Windows color (decimal): -5093751 or 8996530. OLE color: 8996530.
HSL color Cylindrical-coordinate representation of color #B24689: hue angle of 322.78º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24689 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 137 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.30 |
| HSL | 322.78º | 0.44% | 0.49% | - |
| HSV(B) | 322.78º | 0.61% | 0.7% | - |
| XYZ | 25.07 | 15.65 | 25.37 | - |
| YUV | 109.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 137 | 0 | 0.61 | 0.23 | 0.30 | 322.78 | 0.44 | 0.49 |
| Hex | B2 | 46 | 89 | 0 | 3D | 17 | 1E | 143 | 2C | 31 |
| Octal | 262 | 106 | 211 | 0 | 75 | 27 | 36 | 503 | 54 | 61 |
| Binary | 10110010 | 1000110 | 10001001 | 0 | 111101 | 10111 | 11110 | 101000011 | 101100 | 110001 |
Color Harmonies of #B24689
Complementary color
Monochromatic Colors of #B24689
Black with #B24689
Text Example
Text Example
White with #B24689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24689; }
p { color: rgb(178,70,137); }
H1.HeaderClassName
{
color: #B24689;
}
.AnyTagClassName
{
color: #B24689;
}
</style>
background-color css
<style>
a { background-color: #B24689; }
a { background-color: rgb(178,70,137); }
div.DivClassName
{
background-color: #B24689;
}
.BgClassName
{
background-color: #B24689;
}
</style>
border-color css
<style>
span { border-color: #B24689; }
span { border-color: rgb(178,70,137); }
td.TdClassName
{
border-color: #B24689;
}
.TagClassName
{
border-color: #B24689;
}
</style>