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