Shades of Mulberry #B25E95
Tints of Mulberry #B25E95
RGB
CMYK
RGB Variations
Color information
#B25E95 (or 0xB25E95) is known color: Mulberry. HEX triplet: B2, 5E and 95. RGB value is (178,94,149). Sum of RGB (Red+Green+Blue) = 178+94+149=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25E95 is #4DA16A. Grayscale: #7D7D7D. Windows color (decimal): -5087595 or 9789106. OLE color: 9789106.
HSL color Cylindrical-coordinate representation of color #B25E95: hue angle of 320.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25E95 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 149 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.30 |
| HSL | 320.71º | 0.35% | 0.53% | - |
| HSV(B) | 320.71º | 0.47% | 0.7% | - |
| XYZ | 27.79 | 19.64 | 30.76 | - |
| YUV | 125.39 | 141.33 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 149 | 0 | 0.47 | 0.16 | 0.30 | 320.71 | 0.35 | 0.53 |
| Hex | B2 | 5E | 95 | 0 | 2F | 10 | 1E | 141 | 23 | 35 |
| Octal | 262 | 136 | 225 | 0 | 57 | 20 | 36 | 501 | 43 | 65 |
| Binary | 10110010 | 1011110 | 10010101 | 0 | 101111 | 10000 | 11110 | 101000001 | 100011 | 110101 |
Color Harmonies of #B25E95
Complementary color
Monochromatic Colors of #B25E95
Black with #B25E95
Text Example
Text Example
White with #B25E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E95; }
p { color: rgb(178,94,149); }
H1.HeaderClassName
{
color: #B25E95;
}
.AnyTagClassName
{
color: #B25E95;
}
</style>
background-color css
<style>
a { background-color: #B25E95; }
a { background-color: rgb(178,94,149); }
div.DivClassName
{
background-color: #B25E95;
}
.BgClassName
{
background-color: #B25E95;
}
</style>
border-color css
<style>
span { border-color: #B25E95; }
span { border-color: rgb(178,94,149); }
td.TdClassName
{
border-color: #B25E95;
}
.TagClassName
{
border-color: #B25E95;
}
</style>