Shades of Mulberry #B2479A
Tints of Mulberry #B2479A
RGB
CMYK
RGB Variations
Color information
#B2479A (or 0xB2479A) is known color: Mulberry. HEX triplet: B2, 47 and 9A. RGB value is (178,71,154). Sum of RGB (Red+Green+Blue) = 178+71+154=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2479A is #4DB865. Grayscale: #707070. Windows color (decimal): -5093478 or 10110898. OLE color: 10110898.
HSL color Cylindrical-coordinate representation of color #B2479A: hue angle of 313.46º 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 #B2479A is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 154 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.30 |
| HSL | 313.46º | 0.43% | 0.49% | - |
| HSV(B) | 313.46º | 0.6% | 0.7% | - |
| XYZ | 26.45 | 16.3 | 32.33 | - |
| YUV | 112.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 154 | 0 | 0.60 | 0.13 | 0.30 | 313.46 | 0.43 | 0.49 |
| Hex | B2 | 47 | 9A | 0 | 3C | D | 1E | 139 | 2B | 31 |
| Octal | 262 | 107 | 232 | 0 | 74 | 15 | 36 | 471 | 53 | 61 |
| Binary | 10110010 | 1000111 | 10011010 | 0 | 111100 | 1101 | 11110 | 100111001 | 101011 | 110001 |
Color Harmonies of #B2479A
Complementary color
Monochromatic Colors of #B2479A
Black with #B2479A
Text Example
Text Example
White with #B2479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2479A; }
p { color: rgb(178,71,154); }
H1.HeaderClassName
{
color: #B2479A;
}
.AnyTagClassName
{
color: #B2479A;
}
</style>
background-color css
<style>
a { background-color: #B2479A; }
a { background-color: rgb(178,71,154); }
div.DivClassName
{
background-color: #B2479A;
}
.BgClassName
{
background-color: #B2479A;
}
</style>
border-color css
<style>
span { border-color: #B2479A; }
span { border-color: rgb(178,71,154); }
td.TdClassName
{
border-color: #B2479A;
}
.TagClassName
{
border-color: #B2479A;
}
</style>