Shades of Mulberry #B3478B
Tints of Mulberry #B3478B
RGB
CMYK
RGB Variations
Color information
#B3478B (or 0xB3478B) is known color: Mulberry. HEX triplet: B3, 47 and 8B. RGB value is (179,71,139). Sum of RGB (Red+Green+Blue) = 179+71+139=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3478B is #4CB874. Grayscale: #6E6E6E. Windows color (decimal): -5027957 or 9127859. OLE color: 9127859.
HSL color Cylindrical-coordinate representation of color #B3478B: hue angle of 322.22º 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 #B3478B is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 139 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.30 |
| HSL | 322.22º | 0.43% | 0.49% | - |
| HSV(B) | 322.22º | 0.6% | 0.7% | - |
| XYZ | 25.5 | 15.95 | 26.16 | - |
| YUV | 111.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 139 | 0 | 0.60 | 0.22 | 0.30 | 322.22 | 0.43 | 0.49 |
| Hex | B3 | 47 | 8B | 0 | 3C | 16 | 1E | 142 | 2B | 31 |
| Octal | 263 | 107 | 213 | 0 | 74 | 26 | 36 | 502 | 53 | 61 |
| Binary | 10110011 | 1000111 | 10001011 | 0 | 111100 | 10110 | 11110 | 101000010 | 101011 | 110001 |
Color Harmonies of #B3478B
Complementary color
Monochromatic Colors of #B3478B
Black with #B3478B
Text Example
Text Example
White with #B3478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3478B; }
p { color: rgb(179,71,139); }
H1.HeaderClassName
{
color: #B3478B;
}
.AnyTagClassName
{
color: #B3478B;
}
</style>
background-color css
<style>
a { background-color: #B3478B; }
a { background-color: rgb(179,71,139); }
div.DivClassName
{
background-color: #B3478B;
}
.BgClassName
{
background-color: #B3478B;
}
</style>
border-color css
<style>
span { border-color: #B3478B; }
span { border-color: rgb(179,71,139); }
td.TdClassName
{
border-color: #B3478B;
}
.TagClassName
{
border-color: #B3478B;
}
</style>