Shades of Mulberry #B2598E
Tints of Mulberry #B2598E
RGB
CMYK
RGB Variations
Color information
#B2598E (or 0xB2598E) is known color: Mulberry. HEX triplet: B2, 59 and 8E. RGB value is (178,89,142). Sum of RGB (Red+Green+Blue) = 178+89+142=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B2598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2598E is #4DA671. Grayscale: #797979. Windows color (decimal): -5088882 or 9329074. OLE color: 9329074.
HSL color Cylindrical-coordinate representation of color #B2598E: hue angle of 324.27º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2598E is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 142 | - |
| CMYK | 0 | 0.5 | 0.20 | 0.30 |
| HSL | 324.27º | 0.37% | 0.52% | - |
| HSV(B) | 324.27º | 0.5% | 0.7% | - |
| XYZ | 26.81 | 18.56 | 27.76 | - |
| YUV | 121.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 142 | 0 | 0.5 | 0.20 | 0.30 | 324.27 | 0.37 | 0.52 |
| Hex | B2 | 59 | 8E | 0 | 32 | 14 | 1E | 144 | 25 | 34 |
| Octal | 262 | 131 | 216 | 0 | 62 | 24 | 36 | 504 | 45 | 64 |
| Binary | 10110010 | 1011001 | 10001110 | 0 | 110010 | 10100 | 11110 | 101000100 | 100101 | 110100 |
Color Harmonies of #B2598E
Complementary color
Monochromatic Colors of #B2598E
Black with #B2598E
Text Example
Text Example
White with #B2598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2598E; }
p { color: rgb(178,89,142); }
H1.HeaderClassName
{
color: #B2598E;
}
.AnyTagClassName
{
color: #B2598E;
}
</style>
background-color css
<style>
a { background-color: #B2598E; }
a { background-color: rgb(178,89,142); }
div.DivClassName
{
background-color: #B2598E;
}
.BgClassName
{
background-color: #B2598E;
}
</style>
border-color css
<style>
span { border-color: #B2598E; }
span { border-color: rgb(178,89,142); }
td.TdClassName
{
border-color: #B2598E;
}
.TagClassName
{
border-color: #B2598E;
}
</style>