Shades of Mulberry #B2488B
Tints of Mulberry #B2488B
RGB
CMYK
RGB Variations
Color information
#B2488B (or 0xB2488B) is known color: Mulberry. HEX triplet: B2, 48 and 8B. RGB value is (178,72,139). Sum of RGB (Red+Green+Blue) = 178+72+139=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2488B is #4DB774. Grayscale: #6F6F6F. Windows color (decimal): -5093237 or 9128114. OLE color: 9128114.
HSL color Cylindrical-coordinate representation of color #B2488B: hue angle of 322.08º 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 #B2488B is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 139 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.30 |
| HSL | 322.08º | 0.42% | 0.49% | - |
| HSV(B) | 322.08º | 0.6% | 0.7% | - |
| XYZ | 25.34 | 15.96 | 26.17 | - |
| YUV | 111.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 139 | 0 | 0.60 | 0.22 | 0.30 | 322.08 | 0.42 | 0.49 |
| Hex | B2 | 48 | 8B | 0 | 3C | 16 | 1E | 142 | 2A | 31 |
| Octal | 262 | 110 | 213 | 0 | 74 | 26 | 36 | 502 | 52 | 61 |
| Binary | 10110010 | 1001000 | 10001011 | 0 | 111100 | 10110 | 11110 | 101000010 | 101010 | 110001 |
Color Harmonies of #B2488B
Complementary color
Monochromatic Colors of #B2488B
Black with #B2488B
Text Example
Text Example
White with #B2488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2488B; }
p { color: rgb(178,72,139); }
H1.HeaderClassName
{
color: #B2488B;
}
.AnyTagClassName
{
color: #B2488B;
}
</style>
background-color css
<style>
a { background-color: #B2488B; }
a { background-color: rgb(178,72,139); }
div.DivClassName
{
background-color: #B2488B;
}
.BgClassName
{
background-color: #B2488B;
}
</style>
border-color css
<style>
span { border-color: #B2488B; }
span { border-color: rgb(178,72,139); }
td.TdClassName
{
border-color: #B2488B;
}
.TagClassName
{
border-color: #B2488B;
}
</style>