Shades of Mulberry #B25798
Tints of Mulberry #B25798
RGB
CMYK
RGB Variations
Color information
#B25798 (or 0xB25798) is known color: Mulberry. HEX triplet: B2, 57 and 98. RGB value is (178,87,152). Sum of RGB (Red+Green+Blue) = 178+87+152=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B25798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25798 is #4DA867. Grayscale: #797979. Windows color (decimal): -5089384 or 9983922. OLE color: 9983922.
HSL color Cylindrical-coordinate representation of color #B25798: hue angle of 317.14º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25798 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 152 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.30 |
| HSL | 317.14º | 0.37% | 0.52% | - |
| HSV(B) | 317.14º | 0.51% | 0.7% | - |
| XYZ | 27.44 | 18.55 | 31.84 | - |
| YUV | 121.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 152 | 0 | 0.51 | 0.15 | 0.30 | 317.14 | 0.37 | 0.52 |
| Hex | B2 | 57 | 98 | 0 | 33 | F | 1E | 13D | 25 | 34 |
| Octal | 262 | 127 | 230 | 0 | 63 | 17 | 36 | 475 | 45 | 64 |
| Binary | 10110010 | 1010111 | 10011000 | 0 | 110011 | 1111 | 11110 | 100111101 | 100101 | 110100 |
Color Harmonies of #B25798
Complementary color
Monochromatic Colors of #B25798
Black with #B25798
Text Example
Text Example
White with #B25798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25798; }
p { color: rgb(178,87,152); }
H1.HeaderClassName
{
color: #B25798;
}
.AnyTagClassName
{
color: #B25798;
}
</style>
background-color css
<style>
a { background-color: #B25798; }
a { background-color: rgb(178,87,152); }
div.DivClassName
{
background-color: #B25798;
}
.BgClassName
{
background-color: #B25798;
}
</style>
border-color css
<style>
span { border-color: #B25798; }
span { border-color: rgb(178,87,152); }
td.TdClassName
{
border-color: #B25798;
}
.TagClassName
{
border-color: #B25798;
}
</style>