Shades of Mulberry #B6478F
Tints of Mulberry #B6478F
RGB
CMYK
RGB Variations
Color information
#B6478F (or 0xB6478F) is known color: Mulberry. HEX triplet: B6, 47 and 8F. RGB value is (182,71,143). Sum of RGB (Red+Green+Blue) = 182+71+143=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B6478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6478F is #49B870. Grayscale: #707070. Windows color (decimal): -4831345 or 9390006. OLE color: 9390006.
HSL color Cylindrical-coordinate representation of color #B6478F: hue angle of 321.08º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B6478F is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 143 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.29 |
| HSL | 321.08º | 0.44% | 0.5% | - |
| HSV(B) | 321.08º | 0.61% | 0.71% | - |
| XYZ | 26.5 | 16.43 | 27.76 | - |
| YUV | 112.4 | 145.27 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 143 | 0 | 0.61 | 0.21 | 0.29 | 321.08 | 0.44 | 0.5 |
| Hex | B6 | 47 | 8F | 0 | 3D | 15 | 1D | 141 | 2C | 32 |
| Octal | 266 | 107 | 217 | 0 | 75 | 25 | 35 | 501 | 54 | 62 |
| Binary | 10110110 | 1000111 | 10001111 | 0 | 111101 | 10101 | 11101 | 101000001 | 101100 | 110010 |
Color Harmonies of #B6478F
Complementary color
Monochromatic Colors of #B6478F
Black with #B6478F
Text Example
Text Example
White with #B6478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6478F; }
p { color: rgb(182,71,143); }
H1.HeaderClassName
{
color: #B6478F;
}
.AnyTagClassName
{
color: #B6478F;
}
</style>
background-color css
<style>
a { background-color: #B6478F; }
a { background-color: rgb(182,71,143); }
div.DivClassName
{
background-color: #B6478F;
}
.BgClassName
{
background-color: #B6478F;
}
</style>
border-color css
<style>
span { border-color: #B6478F; }
span { border-color: rgb(182,71,143); }
td.TdClassName
{
border-color: #B6478F;
}
.TagClassName
{
border-color: #B6478F;
}
</style>