Shades of Mulberry #B25687
Tints of Mulberry #B25687
RGB
CMYK
RGB Variations
Color information
#B25687 (or 0xB25687) is known color: Mulberry. HEX triplet: B2, 56 and 87. RGB value is (178,86,135). Sum of RGB (Red+Green+Blue) = 178+86+135=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B25687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25687 is #4DA978. Grayscale: #767676. Windows color (decimal): -5089657 or 8869554. OLE color: 8869554.
HSL color Cylindrical-coordinate representation of color #B25687: hue angle of 328.04º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25687 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 135 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.30 |
| HSL | 328.04º | 0.37% | 0.52% | - |
| HSV(B) | 328.04º | 0.52% | 0.7% | - |
| XYZ | 26.06 | 17.87 | 25 | - |
| YUV | 119.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 135 | 0 | 0.52 | 0.24 | 0.30 | 328.04 | 0.37 | 0.52 |
| Hex | B2 | 56 | 87 | 0 | 34 | 18 | 1E | 148 | 25 | 34 |
| Octal | 262 | 126 | 207 | 0 | 64 | 30 | 36 | 510 | 45 | 64 |
| Binary | 10110010 | 1010110 | 10000111 | 0 | 110100 | 11000 | 11110 | 101001000 | 100101 | 110100 |
Color Harmonies of #B25687
Complementary color
Monochromatic Colors of #B25687
Black with #B25687
Text Example
Text Example
White with #B25687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25687; }
p { color: rgb(178,86,135); }
H1.HeaderClassName
{
color: #B25687;
}
.AnyTagClassName
{
color: #B25687;
}
</style>
background-color css
<style>
a { background-color: #B25687; }
a { background-color: rgb(178,86,135); }
div.DivClassName
{
background-color: #B25687;
}
.BgClassName
{
background-color: #B25687;
}
</style>
border-color css
<style>
span { border-color: #B25687; }
span { border-color: rgb(178,86,135); }
td.TdClassName
{
border-color: #B25687;
}
.TagClassName
{
border-color: #B25687;
}
</style>