Shades of Mulberry #B7478B
Tints of Mulberry #B7478B
RGB
CMYK
RGB Variations
Color information
#B7478B (or 0xB7478B) is known color: Mulberry. HEX triplet: B7, 47 and 8B. RGB value is (183,71,139). Sum of RGB (Red+Green+Blue) = 183+71+139=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7478B is #48B874. Grayscale: #707070. Windows color (decimal): -4765813 or 9127863. OLE color: 9127863.
HSL color Cylindrical-coordinate representation of color #B7478B: hue angle of 323.57º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7478B is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 139 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.28 |
| HSL | 323.57º | 0.44% | 0.5% | - |
| HSV(B) | 323.57º | 0.61% | 0.72% | - |
| XYZ | 26.44 | 16.44 | 26.21 | - |
| YUV | 112.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 139 | 0 | 0.61 | 0.24 | 0.28 | 323.57 | 0.44 | 0.5 |
| Hex | B7 | 47 | 8B | 0 | 3D | 18 | 1C | 144 | 2C | 32 |
| Octal | 267 | 107 | 213 | 0 | 75 | 30 | 34 | 504 | 54 | 62 |
| Binary | 10110111 | 1000111 | 10001011 | 0 | 111101 | 11000 | 11100 | 101000100 | 101100 | 110010 |
Color Harmonies of #B7478B
Complementary color
Monochromatic Colors of #B7478B
Black with #B7478B
Text Example
Text Example
White with #B7478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7478B; }
p { color: rgb(183,71,139); }
H1.HeaderClassName
{
color: #B7478B;
}
.AnyTagClassName
{
color: #B7478B;
}
</style>
background-color css
<style>
a { background-color: #B7478B; }
a { background-color: rgb(183,71,139); }
div.DivClassName
{
background-color: #B7478B;
}
.BgClassName
{
background-color: #B7478B;
}
</style>
border-color css
<style>
span { border-color: #B7478B; }
span { border-color: rgb(183,71,139); }
td.TdClassName
{
border-color: #B7478B;
}
.TagClassName
{
border-color: #B7478B;
}
</style>