Shades of Mulberry #B2478D
Tints of Mulberry #B2478D
RGB
CMYK
RGB Variations
Color information
#B2478D (or 0xB2478D) is known color: Mulberry. HEX triplet: B2, 47 and 8D. RGB value is (178,71,141). Sum of RGB (Red+Green+Blue) = 178+71+141=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2478D is #4DB872. Grayscale: #6E6E6E. Windows color (decimal): -5093491 or 9258930. OLE color: 9258930.
HSL color Cylindrical-coordinate representation of color #B2478D: hue angle of 320.75º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2478D is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 141 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.30 |
| HSL | 320.75º | 0.43% | 0.49% | - |
| HSV(B) | 320.75º | 0.6% | 0.7% | - |
| XYZ | 25.42 | 15.89 | 26.93 | - |
| YUV | 110.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 141 | 0 | 0.60 | 0.21 | 0.30 | 320.75 | 0.43 | 0.49 |
| Hex | B2 | 47 | 8D | 0 | 3C | 15 | 1E | 141 | 2B | 31 |
| Octal | 262 | 107 | 215 | 0 | 74 | 25 | 36 | 501 | 53 | 61 |
| Binary | 10110010 | 1000111 | 10001101 | 0 | 111100 | 10101 | 11110 | 101000001 | 101011 | 110001 |
Color Harmonies of #B2478D
Complementary color
Monochromatic Colors of #B2478D
Black with #B2478D
Text Example
Text Example
White with #B2478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2478D; }
p { color: rgb(178,71,141); }
H1.HeaderClassName
{
color: #B2478D;
}
.AnyTagClassName
{
color: #B2478D;
}
</style>
background-color css
<style>
a { background-color: #B2478D; }
a { background-color: rgb(178,71,141); }
div.DivClassName
{
background-color: #B2478D;
}
.BgClassName
{
background-color: #B2478D;
}
</style>
border-color css
<style>
span { border-color: #B2478D; }
span { border-color: rgb(178,71,141); }
td.TdClassName
{
border-color: #B2478D;
}
.TagClassName
{
border-color: #B2478D;
}
</style>