Shades of Mulberry #B25696
Tints of Mulberry #B25696
RGB
CMYK
RGB Variations
Color information
#B25696 (or 0xB25696) is known color: Mulberry. HEX triplet: B2, 56 and 96. RGB value is (178,86,150). Sum of RGB (Red+Green+Blue) = 178+86+150=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B25696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25696 is #4DA969. Grayscale: #787878. Windows color (decimal): -5089642 or 9852594. OLE color: 9852594.
HSL color Cylindrical-coordinate representation of color #B25696: hue angle of 318.26º 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 #B25696 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 150 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.30 |
| HSL | 318.26º | 0.37% | 0.52% | - |
| HSV(B) | 318.26º | 0.52% | 0.7% | - |
| XYZ | 27.19 | 18.32 | 30.96 | - |
| YUV | 120.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 150 | 0 | 0.52 | 0.16 | 0.30 | 318.26 | 0.37 | 0.52 |
| Hex | B2 | 56 | 96 | 0 | 34 | 10 | 1E | 13E | 25 | 34 |
| Octal | 262 | 126 | 226 | 0 | 64 | 20 | 36 | 476 | 45 | 64 |
| Binary | 10110010 | 1010110 | 10010110 | 0 | 110100 | 10000 | 11110 | 100111110 | 100101 | 110100 |
Color Harmonies of #B25696
Complementary color
Monochromatic Colors of #B25696
Black with #B25696
Text Example
Text Example
White with #B25696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25696; }
p { color: rgb(178,86,150); }
H1.HeaderClassName
{
color: #B25696;
}
.AnyTagClassName
{
color: #B25696;
}
</style>
background-color css
<style>
a { background-color: #B25696; }
a { background-color: rgb(178,86,150); }
div.DivClassName
{
background-color: #B25696;
}
.BgClassName
{
background-color: #B25696;
}
</style>
border-color css
<style>
span { border-color: #B25696; }
span { border-color: rgb(178,86,150); }
td.TdClassName
{
border-color: #B25696;
}
.TagClassName
{
border-color: #B25696;
}
</style>