Shades of Mulberry #B25389
Tints of Mulberry #B25389
RGB
CMYK
RGB Variations
Color information
#B25389 (or 0xB25389) is known color: Mulberry. HEX triplet: B2, 53 and 89. RGB value is (178,83,137). Sum of RGB (Red+Green+Blue) = 178+83+137=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B25389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25389 is #4DAC76. Grayscale: #757575. Windows color (decimal): -5090423 or 8999858. OLE color: 8999858.
HSL color Cylindrical-coordinate representation of color #B25389: hue angle of 325.89º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25389 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 137 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.30 |
| HSL | 325.89º | 0.38% | 0.51% | - |
| HSV(B) | 325.89º | 0.53% | 0.7% | - |
| XYZ | 25.97 | 17.46 | 25.67 | - |
| YUV | 117.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 137 | 0 | 0.53 | 0.23 | 0.30 | 325.89 | 0.38 | 0.51 |
| Hex | B2 | 53 | 89 | 0 | 35 | 17 | 1E | 146 | 26 | 33 |
| Octal | 262 | 123 | 211 | 0 | 65 | 27 | 36 | 506 | 46 | 63 |
| Binary | 10110010 | 1010011 | 10001001 | 0 | 110101 | 10111 | 11110 | 101000110 | 100110 | 110011 |
Color Harmonies of #B25389
Complementary color
Monochromatic Colors of #B25389
Black with #B25389
Text Example
Text Example
White with #B25389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25389; }
p { color: rgb(178,83,137); }
H1.HeaderClassName
{
color: #B25389;
}
.AnyTagClassName
{
color: #B25389;
}
</style>
background-color css
<style>
a { background-color: #B25389; }
a { background-color: rgb(178,83,137); }
div.DivClassName
{
background-color: #B25389;
}
.BgClassName
{
background-color: #B25389;
}
</style>
border-color css
<style>
span { border-color: #B25389; }
span { border-color: rgb(178,83,137); }
td.TdClassName
{
border-color: #B25389;
}
.TagClassName
{
border-color: #B25389;
}
</style>