Shades of Mulberry #B25E93
Tints of Mulberry #B25E93
RGB
CMYK
RGB Variations
Color information
#B25E93 (or 0xB25E93) is known color: Mulberry. HEX triplet: B2, 5E and 93. RGB value is (178,94,147). Sum of RGB (Red+Green+Blue) = 178+94+147=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25E93 is #4DA16C. Grayscale: #7D7D7D. Windows color (decimal): -5087597 or 9658034. OLE color: 9658034.
HSL color Cylindrical-coordinate representation of color #B25E93: hue angle of 322.14º 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 #B25E93 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 147 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.30 |
| HSL | 322.14º | 0.35% | 0.53% | - |
| HSV(B) | 322.14º | 0.47% | 0.7% | - |
| XYZ | 27.63 | 19.58 | 29.93 | - |
| YUV | 125.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 147 | 0 | 0.47 | 0.17 | 0.30 | 322.14 | 0.35 | 0.53 |
| Hex | B2 | 5E | 93 | 0 | 2F | 11 | 1E | 142 | 23 | 35 |
| Octal | 262 | 136 | 223 | 0 | 57 | 21 | 36 | 502 | 43 | 65 |
| Binary | 10110010 | 1011110 | 10010011 | 0 | 101111 | 10001 | 11110 | 101000010 | 100011 | 110101 |
Color Harmonies of #B25E93
Complementary color
Monochromatic Colors of #B25E93
Black with #B25E93
Text Example
Text Example
White with #B25E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E93; }
p { color: rgb(178,94,147); }
H1.HeaderClassName
{
color: #B25E93;
}
.AnyTagClassName
{
color: #B25E93;
}
</style>
background-color css
<style>
a { background-color: #B25E93; }
a { background-color: rgb(178,94,147); }
div.DivClassName
{
background-color: #B25E93;
}
.BgClassName
{
background-color: #B25E93;
}
</style>
border-color css
<style>
span { border-color: #B25E93; }
span { border-color: rgb(178,94,147); }
td.TdClassName
{
border-color: #B25E93;
}
.TagClassName
{
border-color: #B25E93;
}
</style>