Shades of Mulberry #B3479B
Tints of Mulberry #B3479B
RGB
CMYK
RGB Variations
Color information
#B3479B (or 0xB3479B) is known color: Mulberry. HEX triplet: B3, 47 and 9B. RGB value is (179,71,155). Sum of RGB (Red+Green+Blue) = 179+71+155=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3479B is #4CB864. Grayscale: #707070. Windows color (decimal): -5027941 or 10176435. OLE color: 10176435.
HSL color Cylindrical-coordinate representation of color #B3479B: hue angle of 313.33º 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 #B3479B is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 155 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.30 |
| HSL | 313.33º | 0.43% | 0.49% | - |
| HSV(B) | 313.33º | 0.6% | 0.7% | - |
| XYZ | 26.76 | 16.46 | 32.78 | - |
| YUV | 112.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 155 | 0 | 0.60 | 0.13 | 0.30 | 313.33 | 0.43 | 0.49 |
| Hex | B3 | 47 | 9B | 0 | 3C | D | 1E | 139 | 2B | 31 |
| Octal | 263 | 107 | 233 | 0 | 74 | 15 | 36 | 471 | 53 | 61 |
| Binary | 10110011 | 1000111 | 10011011 | 0 | 111100 | 1101 | 11110 | 100111001 | 101011 | 110001 |
Color Harmonies of #B3479B
Complementary color
Monochromatic Colors of #B3479B
Black with #B3479B
Text Example
Text Example
White with #B3479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3479B; }
p { color: rgb(179,71,155); }
H1.HeaderClassName
{
color: #B3479B;
}
.AnyTagClassName
{
color: #B3479B;
}
</style>
background-color css
<style>
a { background-color: #B3479B; }
a { background-color: rgb(179,71,155); }
div.DivClassName
{
background-color: #B3479B;
}
.BgClassName
{
background-color: #B3479B;
}
</style>
border-color css
<style>
span { border-color: #B3479B; }
span { border-color: rgb(179,71,155); }
td.TdClassName
{
border-color: #B3479B;
}
.TagClassName
{
border-color: #B3479B;
}
</style>