Shades of Mulberry #B2558E
Tints of Mulberry #B2558E
RGB
CMYK
RGB Variations
Color information
#B2558E (or 0xB2558E) is known color: Mulberry. HEX triplet: B2, 55 and 8E. RGB value is (178,85,142). Sum of RGB (Red+Green+Blue) = 178+85+142=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2558E is #4DAA71. Grayscale: #777777. Windows color (decimal): -5089906 or 9328050. OLE color: 9328050.
HSL color Cylindrical-coordinate representation of color #B2558E: hue angle of 323.23º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2558E is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 142 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.30 |
| HSL | 323.23º | 0.38% | 0.52% | - |
| HSV(B) | 323.23º | 0.52% | 0.7% | - |
| XYZ | 26.49 | 17.91 | 27.65 | - |
| YUV | 119.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 142 | 0 | 0.52 | 0.20 | 0.30 | 323.23 | 0.38 | 0.52 |
| Hex | B2 | 55 | 8E | 0 | 34 | 14 | 1E | 143 | 26 | 34 |
| Octal | 262 | 125 | 216 | 0 | 64 | 24 | 36 | 503 | 46 | 64 |
| Binary | 10110010 | 1010101 | 10001110 | 0 | 110100 | 10100 | 11110 | 101000011 | 100110 | 110100 |
Color Harmonies of #B2558E
Complementary color
Monochromatic Colors of #B2558E
Black with #B2558E
Text Example
Text Example
White with #B2558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2558E; }
p { color: rgb(178,85,142); }
H1.HeaderClassName
{
color: #B2558E;
}
.AnyTagClassName
{
color: #B2558E;
}
</style>
background-color css
<style>
a { background-color: #B2558E; }
a { background-color: rgb(178,85,142); }
div.DivClassName
{
background-color: #B2558E;
}
.BgClassName
{
background-color: #B2558E;
}
</style>
border-color css
<style>
span { border-color: #B2558E; }
span { border-color: rgb(178,85,142); }
td.TdClassName
{
border-color: #B2558E;
}
.TagClassName
{
border-color: #B2558E;
}
</style>