Shades of Mulberry #B2489B
Tints of Mulberry #B2489B
RGB
CMYK
RGB Variations
Color information
#B2489B (or 0xB2489B) is known color: Mulberry. HEX triplet: B2, 48 and 9B. RGB value is (178,72,155). Sum of RGB (Red+Green+Blue) = 178+72+155=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2489B is #4DB764. Grayscale: #707070. Windows color (decimal): -5093221 or 10176690. OLE color: 10176690.
HSL color Cylindrical-coordinate representation of color #B2489B: hue angle of 313.02º degrees, saturation: 0.42, 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 #B2489B is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 155 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.30 |
| HSL | 313.02º | 0.42% | 0.49% | - |
| HSV(B) | 313.02º | 0.6% | 0.7% | - |
| XYZ | 26.59 | 16.47 | 32.79 | - |
| YUV | 113.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 155 | 0 | 0.60 | 0.13 | 0.30 | 313.02 | 0.42 | 0.49 |
| Hex | B2 | 48 | 9B | 0 | 3C | D | 1E | 139 | 2A | 31 |
| Octal | 262 | 110 | 233 | 0 | 74 | 15 | 36 | 471 | 52 | 61 |
| Binary | 10110010 | 1001000 | 10011011 | 0 | 111100 | 1101 | 11110 | 100111001 | 101010 | 110001 |
Color Harmonies of #B2489B
Complementary color
Monochromatic Colors of #B2489B
Black with #B2489B
Text Example
Text Example
White with #B2489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2489B; }
p { color: rgb(178,72,155); }
H1.HeaderClassName
{
color: #B2489B;
}
.AnyTagClassName
{
color: #B2489B;
}
</style>
background-color css
<style>
a { background-color: #B2489B; }
a { background-color: rgb(178,72,155); }
div.DivClassName
{
background-color: #B2489B;
}
.BgClassName
{
background-color: #B2489B;
}
</style>
border-color css
<style>
span { border-color: #B2489B; }
span { border-color: rgb(178,72,155); }
td.TdClassName
{
border-color: #B2489B;
}
.TagClassName
{
border-color: #B2489B;
}
</style>