Shades of Mulberry #B25993
Tints of Mulberry #B25993
RGB
CMYK
RGB Variations
Color information
#B25993 (or 0xB25993) is known color: Mulberry. HEX triplet: B2, 59 and 93. RGB value is (178,89,147). Sum of RGB (Red+Green+Blue) = 178+89+147=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B25993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25993 is #4DA66C. Grayscale: #7A7A7A. Windows color (decimal): -5088877 or 9656754. OLE color: 9656754.
HSL color Cylindrical-coordinate representation of color #B25993: hue angle of 320.9º 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 #B25993 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 147 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.30 |
| HSL | 320.9º | 0.37% | 0.52% | - |
| HSV(B) | 320.9º | 0.5% | 0.7% | - |
| XYZ | 27.2 | 18.72 | 29.78 | - |
| YUV | 122.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 147 | 0 | 0.5 | 0.17 | 0.30 | 320.9 | 0.37 | 0.52 |
| Hex | B2 | 59 | 93 | 0 | 32 | 11 | 1E | 141 | 25 | 34 |
| Octal | 262 | 131 | 223 | 0 | 62 | 21 | 36 | 501 | 45 | 64 |
| Binary | 10110010 | 1011001 | 10010011 | 0 | 110010 | 10001 | 11110 | 101000001 | 100101 | 110100 |
Color Harmonies of #B25993
Complementary color
Monochromatic Colors of #B25993
Black with #B25993
Text Example
Text Example
White with #B25993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25993; }
p { color: rgb(178,89,147); }
H1.HeaderClassName
{
color: #B25993;
}
.AnyTagClassName
{
color: #B25993;
}
</style>
background-color css
<style>
a { background-color: #B25993; }
a { background-color: rgb(178,89,147); }
div.DivClassName
{
background-color: #B25993;
}
.BgClassName
{
background-color: #B25993;
}
</style>
border-color css
<style>
span { border-color: #B25993; }
span { border-color: rgb(178,89,147); }
td.TdClassName
{
border-color: #B25993;
}
.TagClassName
{
border-color: #B25993;
}
</style>