Shades of Mulberry #B25384
Tints of Mulberry #B25384
RGB
CMYK
RGB Variations
Color information
#B25384 (or 0xB25384) is known color: Mulberry. HEX triplet: B2, 53 and 84. RGB value is (178,83,132). Sum of RGB (Red+Green+Blue) = 178+83+132=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B25384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25384 is #4DAC7B. Grayscale: #747474. Windows color (decimal): -5090428 or 8672178. OLE color: 8672178.
HSL color Cylindrical-coordinate representation of color #B25384: hue angle of 329.05º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25384 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 132 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.30 |
| HSL | 329.05º | 0.38% | 0.51% | - |
| HSV(B) | 329.05º | 0.53% | 0.7% | - |
| XYZ | 25.62 | 17.32 | 23.82 | - |
| YUV | 116.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 132 | 0 | 0.53 | 0.26 | 0.30 | 329.05 | 0.38 | 0.51 |
| Hex | B2 | 53 | 84 | 0 | 35 | 1A | 1E | 149 | 26 | 33 |
| Octal | 262 | 123 | 204 | 0 | 65 | 32 | 36 | 511 | 46 | 63 |
| Binary | 10110010 | 1010011 | 10000100 | 0 | 110101 | 11010 | 11110 | 101001001 | 100110 | 110011 |
Color Harmonies of #B25384
Complementary color
Monochromatic Colors of #B25384
Black with #B25384
Text Example
Text Example
White with #B25384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25384; }
p { color: rgb(178,83,132); }
H1.HeaderClassName
{
color: #B25384;
}
.AnyTagClassName
{
color: #B25384;
}
</style>
background-color css
<style>
a { background-color: #B25384; }
a { background-color: rgb(178,83,132); }
div.DivClassName
{
background-color: #B25384;
}
.BgClassName
{
background-color: #B25384;
}
</style>
border-color css
<style>
span { border-color: #B25384; }
span { border-color: rgb(178,83,132); }
td.TdClassName
{
border-color: #B25384;
}
.TagClassName
{
border-color: #B25384;
}
</style>