Shades of Mulberry #B0478F
Tints of Mulberry #B0478F
RGB
CMYK
RGB Variations
Color information
#B0478F (or 0xB0478F) is known color: Mulberry. HEX triplet: B0, 47 and 8F. RGB value is (176,71,143). Sum of RGB (Red+Green+Blue) = 176+71+143=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0478F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0478F is #4FB870. Grayscale: #6E6E6E. Windows color (decimal): -5224561 or 9390000. OLE color: 9390000.
HSL color Cylindrical-coordinate representation of color #B0478F: hue angle of 318.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0478F is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 71 | 143 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.31 |
| HSL | 318.86º | 0.43% | 0.48% | - |
| HSV(B) | 318.86º | 0.6% | 0.69% | - |
| XYZ | 25.12 | 15.72 | 27.7 | - |
| YUV | 110.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 143 | 0 | 0.60 | 0.19 | 0.31 | 318.86 | 0.43 | 0.48 |
| Hex | B0 | 47 | 8F | 0 | 3C | 13 | 1F | 13F | 2B | 30 |
| Octal | 260 | 107 | 217 | 0 | 74 | 23 | 37 | 477 | 53 | 60 |
| Binary | 10110000 | 1000111 | 10001111 | 0 | 111100 | 10011 | 11111 | 100111111 | 101011 | 110000 |
Color Harmonies of #B0478F
Complementary color
Monochromatic Colors of #B0478F
Black with #B0478F
Text Example
Text Example
White with #B0478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0478F; }
p { color: rgb(176,71,143); }
H1.HeaderClassName
{
color: #B0478F;
}
.AnyTagClassName
{
color: #B0478F;
}
</style>
background-color css
<style>
a { background-color: #B0478F; }
a { background-color: rgb(176,71,143); }
div.DivClassName
{
background-color: #B0478F;
}
.BgClassName
{
background-color: #B0478F;
}
</style>
border-color css
<style>
span { border-color: #B0478F; }
span { border-color: rgb(176,71,143); }
td.TdClassName
{
border-color: #B0478F;
}
.TagClassName
{
border-color: #B0478F;
}
</style>