Shades of Mulberry #B25A8B
Tints of Mulberry #B25A8B
RGB
CMYK
RGB Variations
Color information
#B25A8B (or 0xB25A8B) is known color: Mulberry. HEX triplet: B2, 5A and 8B. RGB value is (178,90,139). Sum of RGB (Red+Green+Blue) = 178+90+139=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25A8B is #4DA574. Grayscale: #797979. Windows color (decimal): -5088629 or 9132722. OLE color: 9132722.
HSL color Cylindrical-coordinate representation of color #B25A8B: hue angle of 326.59º 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 #B25A8B is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 139 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.30 |
| HSL | 326.59º | 0.36% | 0.53% | - |
| HSV(B) | 326.59º | 0.49% | 0.7% | - |
| XYZ | 26.68 | 18.64 | 26.62 | - |
| YUV | 121.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 139 | 0 | 0.49 | 0.22 | 0.30 | 326.59 | 0.36 | 0.53 |
| Hex | B2 | 5A | 8B | 0 | 31 | 16 | 1E | 147 | 24 | 35 |
| Octal | 262 | 132 | 213 | 0 | 61 | 26 | 36 | 507 | 44 | 65 |
| Binary | 10110010 | 1011010 | 10001011 | 0 | 110001 | 10110 | 11110 | 101000111 | 100100 | 110101 |
Color Harmonies of #B25A8B
Complementary color
Monochromatic Colors of #B25A8B
Black with #B25A8B
Text Example
Text Example
White with #B25A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A8B; }
p { color: rgb(178,90,139); }
H1.HeaderClassName
{
color: #B25A8B;
}
.AnyTagClassName
{
color: #B25A8B;
}
</style>
background-color css
<style>
a { background-color: #B25A8B; }
a { background-color: rgb(178,90,139); }
div.DivClassName
{
background-color: #B25A8B;
}
.BgClassName
{
background-color: #B25A8B;
}
</style>
border-color css
<style>
span { border-color: #B25A8B; }
span { border-color: rgb(178,90,139); }
td.TdClassName
{
border-color: #B25A8B;
}
.TagClassName
{
border-color: #B25A8B;
}
</style>