Shades of Mulberry #B25890
Tints of Mulberry #B25890
RGB
CMYK
RGB Variations
Color information
#B25890 (or 0xB25890) is known color: Mulberry. HEX triplet: B2, 58 and 90. RGB value is (178,88,144). Sum of RGB (Red+Green+Blue) = 178+88+144=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B25890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25890 is #4DA76F. Grayscale: #797979. Windows color (decimal): -5089136 or 9459890. OLE color: 9459890.
HSL color Cylindrical-coordinate representation of color #B25890: hue angle of 322.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25890 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 88 | 144 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.30 |
| HSL | 322.67º | 0.37% | 0.52% | - |
| HSV(B) | 322.67º | 0.51% | 0.7% | - |
| XYZ | 26.88 | 18.46 | 28.53 | - |
| YUV | 121.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 144 | 0 | 0.51 | 0.19 | 0.30 | 322.67 | 0.37 | 0.52 |
| Hex | B2 | 58 | 90 | 0 | 33 | 13 | 1E | 143 | 25 | 34 |
| Octal | 262 | 130 | 220 | 0 | 63 | 23 | 36 | 503 | 45 | 64 |
| Binary | 10110010 | 1011000 | 10010000 | 0 | 110011 | 10011 | 11110 | 101000011 | 100101 | 110100 |
Color Harmonies of #B25890
Complementary color
Monochromatic Colors of #B25890
Black with #B25890
Text Example
Text Example
White with #B25890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25890; }
p { color: rgb(178,88,144); }
H1.HeaderClassName
{
color: #B25890;
}
.AnyTagClassName
{
color: #B25890;
}
</style>
background-color css
<style>
a { background-color: #B25890; }
a { background-color: rgb(178,88,144); }
div.DivClassName
{
background-color: #B25890;
}
.BgClassName
{
background-color: #B25890;
}
</style>
border-color css
<style>
span { border-color: #B25890; }
span { border-color: rgb(178,88,144); }
td.TdClassName
{
border-color: #B25890;
}
.TagClassName
{
border-color: #B25890;
}
</style>