Shades of Mulberry #B25985
Tints of Mulberry #B25985
RGB
CMYK
RGB Variations
Color information
#B25985 (or 0xB25985) is known color: Mulberry. HEX triplet: B2, 59 and 85. RGB value is (178,89,133). Sum of RGB (Red+Green+Blue) = 178+89+133=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B25985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25985 is #4DA67A. Grayscale: #787878. Windows color (decimal): -5088891 or 8739250. OLE color: 8739250.
HSL color Cylindrical-coordinate representation of color #B25985: hue angle of 330.34º 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 #B25985 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 133 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.30 |
| HSL | 330.34º | 0.37% | 0.52% | - |
| HSV(B) | 330.34º | 0.5% | 0.7% | - |
| XYZ | 26.17 | 18.3 | 24.34 | - |
| YUV | 120.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 133 | 0 | 0.5 | 0.25 | 0.30 | 330.34 | 0.37 | 0.52 |
| Hex | B2 | 59 | 85 | 0 | 32 | 19 | 1E | 14A | 25 | 34 |
| Octal | 262 | 131 | 205 | 0 | 62 | 31 | 36 | 512 | 45 | 64 |
| Binary | 10110010 | 1011001 | 10000101 | 0 | 110010 | 11001 | 11110 | 101001010 | 100101 | 110100 |
Color Harmonies of #B25985
Complementary color
Monochromatic Colors of #B25985
Black with #B25985
Text Example
Text Example
White with #B25985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25985; }
p { color: rgb(178,89,133); }
H1.HeaderClassName
{
color: #B25985;
}
.AnyTagClassName
{
color: #B25985;
}
</style>
background-color css
<style>
a { background-color: #B25985; }
a { background-color: rgb(178,89,133); }
div.DivClassName
{
background-color: #B25985;
}
.BgClassName
{
background-color: #B25985;
}
</style>
border-color css
<style>
span { border-color: #B25985; }
span { border-color: rgb(178,89,133); }
td.TdClassName
{
border-color: #B25985;
}
.TagClassName
{
border-color: #B25985;
}
</style>