Shades of Mulberry #B2479D
Tints of Mulberry #B2479D
RGB
CMYK
RGB Variations
Color information
#B2479D (or 0xB2479D) is known color: Mulberry. HEX triplet: B2, 47 and 9D. RGB value is (178,71,157). Sum of RGB (Red+Green+Blue) = 178+71+157=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2479D is #4DB862. Grayscale: #707070. Windows color (decimal): -5093475 or 10307506. OLE color: 10307506.
HSL color Cylindrical-coordinate representation of color #B2479D: hue angle of 311.78º 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 #B2479D is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 157 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.30 |
| HSL | 311.78º | 0.43% | 0.49% | - |
| HSV(B) | 311.78º | 0.6% | 0.7% | - |
| XYZ | 26.7 | 16.41 | 33.66 | - |
| YUV | 112.8 | 152.95 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 157 | 0 | 0.60 | 0.12 | 0.30 | 311.78 | 0.43 | 0.49 |
| Hex | B2 | 47 | 9D | 0 | 3C | C | 1E | 138 | 2B | 31 |
| Octal | 262 | 107 | 235 | 0 | 74 | 14 | 36 | 470 | 53 | 61 |
| Binary | 10110010 | 1000111 | 10011101 | 0 | 111100 | 1100 | 11110 | 100111000 | 101011 | 110001 |
Color Harmonies of #B2479D
Complementary color
Monochromatic Colors of #B2479D
Black with #B2479D
Text Example
Text Example
White with #B2479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2479D; }
p { color: rgb(178,71,157); }
H1.HeaderClassName
{
color: #B2479D;
}
.AnyTagClassName
{
color: #B2479D;
}
</style>
background-color css
<style>
a { background-color: #B2479D; }
a { background-color: rgb(178,71,157); }
div.DivClassName
{
background-color: #B2479D;
}
.BgClassName
{
background-color: #B2479D;
}
</style>
border-color css
<style>
span { border-color: #B2479D; }
span { border-color: rgb(178,71,157); }
td.TdClassName
{
border-color: #B2479D;
}
.TagClassName
{
border-color: #B2479D;
}
</style>