Shades of Mulberry #B7478F
Tints of Mulberry #B7478F
RGB
CMYK
RGB Variations
Color information
#B7478F (or 0xB7478F) is known color: Mulberry. HEX triplet: B7, 47 and 8F. RGB value is (183,71,143). Sum of RGB (Red+Green+Blue) = 183+71+143=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7478F is #48B870. Grayscale: #707070. Windows color (decimal): -4765809 or 9390007. OLE color: 9390007.
HSL color Cylindrical-coordinate representation of color #B7478F: hue angle of 321.43º 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 #B7478F is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 143 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.28 |
| HSL | 321.43º | 0.44% | 0.5% | - |
| HSV(B) | 321.43º | 0.61% | 0.72% | - |
| XYZ | 26.74 | 16.56 | 27.77 | - |
| YUV | 112.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 143 | 0 | 0.61 | 0.22 | 0.28 | 321.43 | 0.44 | 0.5 |
| Hex | B7 | 47 | 8F | 0 | 3D | 16 | 1C | 141 | 2C | 32 |
| Octal | 267 | 107 | 217 | 0 | 75 | 26 | 34 | 501 | 54 | 62 |
| Binary | 10110111 | 1000111 | 10001111 | 0 | 111101 | 10110 | 11100 | 101000001 | 101100 | 110010 |
Color Harmonies of #B7478F
Complementary color
Monochromatic Colors of #B7478F
Black with #B7478F
Text Example
Text Example
White with #B7478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7478F; }
p { color: rgb(183,71,143); }
H1.HeaderClassName
{
color: #B7478F;
}
.AnyTagClassName
{
color: #B7478F;
}
</style>
background-color css
<style>
a { background-color: #B7478F; }
a { background-color: rgb(183,71,143); }
div.DivClassName
{
background-color: #B7478F;
}
.BgClassName
{
background-color: #B7478F;
}
</style>
border-color css
<style>
span { border-color: #B7478F; }
span { border-color: rgb(183,71,143); }
td.TdClassName
{
border-color: #B7478F;
}
.TagClassName
{
border-color: #B7478F;
}
</style>