Shades of Mulberry #B25A96
Tints of Mulberry #B25A96
RGB
CMYK
RGB Variations
Color information
#B25A96 (or 0xB25A96) is known color: Mulberry. HEX triplet: B2, 5A and 96. RGB value is (178,90,150). Sum of RGB (Red+Green+Blue) = 178+90+150=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25A96 is #4DA569. Grayscale: #7B7B7B. Windows color (decimal): -5088618 or 9853618. OLE color: 9853618.
HSL color Cylindrical-coordinate representation of color #B25A96: hue angle of 319.09º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25A96 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 150 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.30 |
| HSL | 319.09º | 0.36% | 0.53% | - |
| HSV(B) | 319.09º | 0.49% | 0.7% | - |
| XYZ | 27.52 | 18.98 | 31.07 | - |
| YUV | 123.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 150 | 0 | 0.49 | 0.16 | 0.30 | 319.09 | 0.36 | 0.53 |
| Hex | B2 | 5A | 96 | 0 | 31 | 10 | 1E | 13F | 24 | 35 |
| Octal | 262 | 132 | 226 | 0 | 61 | 20 | 36 | 477 | 44 | 65 |
| Binary | 10110010 | 1011010 | 10010110 | 0 | 110001 | 10000 | 11110 | 100111111 | 100100 | 110101 |
Color Harmonies of #B25A96
Complementary color
Monochromatic Colors of #B25A96
Black with #B25A96
Text Example
Text Example
White with #B25A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A96; }
p { color: rgb(178,90,150); }
H1.HeaderClassName
{
color: #B25A96;
}
.AnyTagClassName
{
color: #B25A96;
}
</style>
background-color css
<style>
a { background-color: #B25A96; }
a { background-color: rgb(178,90,150); }
div.DivClassName
{
background-color: #B25A96;
}
.BgClassName
{
background-color: #B25A96;
}
</style>
border-color css
<style>
span { border-color: #B25A96; }
span { border-color: rgb(178,90,150); }
td.TdClassName
{
border-color: #B25A96;
}
.TagClassName
{
border-color: #B25A96;
}
</style>