Shades of Mulberry #B25790
Tints of Mulberry #B25790
RGB
CMYK
RGB Variations
Color information
#B25790 (or 0xB25790) is known color: Mulberry. HEX triplet: B2, 57 and 90. RGB value is (178,87,144). Sum of RGB (Red+Green+Blue) = 178+87+144=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B25790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25790 is #4DA86F. Grayscale: #787878. Windows color (decimal): -5089392 or 9459634. OLE color: 9459634.
HSL color Cylindrical-coordinate representation of color #B25790: hue angle of 322.42º 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 #B25790 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 144 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.30 |
| HSL | 322.42º | 0.37% | 0.52% | - |
| HSV(B) | 322.42º | 0.51% | 0.7% | - |
| XYZ | 26.8 | 18.29 | 28.5 | - |
| YUV | 120.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 144 | 0 | 0.51 | 0.19 | 0.30 | 322.42 | 0.37 | 0.52 |
| Hex | B2 | 57 | 90 | 0 | 33 | 13 | 1E | 142 | 25 | 34 |
| Octal | 262 | 127 | 220 | 0 | 63 | 23 | 36 | 502 | 45 | 64 |
| Binary | 10110010 | 1010111 | 10010000 | 0 | 110011 | 10011 | 11110 | 101000010 | 100101 | 110100 |
Color Harmonies of #B25790
Complementary color
Monochromatic Colors of #B25790
Black with #B25790
Text Example
Text Example
White with #B25790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25790; }
p { color: rgb(178,87,144); }
H1.HeaderClassName
{
color: #B25790;
}
.AnyTagClassName
{
color: #B25790;
}
</style>
background-color css
<style>
a { background-color: #B25790; }
a { background-color: rgb(178,87,144); }
div.DivClassName
{
background-color: #B25790;
}
.BgClassName
{
background-color: #B25790;
}
</style>
border-color css
<style>
span { border-color: #B25790; }
span { border-color: rgb(178,87,144); }
td.TdClassName
{
border-color: #B25790;
}
.TagClassName
{
border-color: #B25790;
}
</style>