Shades of Mulberry #B25396
Tints of Mulberry #B25396
RGB
CMYK
RGB Variations
Color information
#B25396 (or 0xB25396) is known color: Mulberry. HEX triplet: B2, 53 and 96. RGB value is (178,83,150). Sum of RGB (Red+Green+Blue) = 178+83+150=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B25396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25396 is #4DAC69. Grayscale: #767676. Windows color (decimal): -5090410 or 9851826. OLE color: 9851826.
HSL color Cylindrical-coordinate representation of color #B25396: hue angle of 317.68º 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 #B25396 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 150 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.30 |
| HSL | 317.68º | 0.38% | 0.51% | - |
| HSV(B) | 317.68º | 0.53% | 0.7% | - |
| XYZ | 26.96 | 17.85 | 30.88 | - |
| YUV | 119.04 | 145.47 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 150 | 0 | 0.53 | 0.16 | 0.30 | 317.68 | 0.38 | 0.51 |
| Hex | B2 | 53 | 96 | 0 | 35 | 10 | 1E | 13E | 26 | 33 |
| Octal | 262 | 123 | 226 | 0 | 65 | 20 | 36 | 476 | 46 | 63 |
| Binary | 10110010 | 1010011 | 10010110 | 0 | 110101 | 10000 | 11110 | 100111110 | 100110 | 110011 |
Color Harmonies of #B25396
Complementary color
Monochromatic Colors of #B25396
Black with #B25396
Text Example
Text Example
White with #B25396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25396; }
p { color: rgb(178,83,150); }
H1.HeaderClassName
{
color: #B25396;
}
.AnyTagClassName
{
color: #B25396;
}
</style>
background-color css
<style>
a { background-color: #B25396; }
a { background-color: rgb(178,83,150); }
div.DivClassName
{
background-color: #B25396;
}
.BgClassName
{
background-color: #B25396;
}
</style>
border-color css
<style>
span { border-color: #B25396; }
span { border-color: rgb(178,83,150); }
td.TdClassName
{
border-color: #B25396;
}
.TagClassName
{
border-color: #B25396;
}
</style>