Shades of Mulberry #B6578F
Tints of Mulberry #B6578F
RGB
CMYK
RGB Variations
Color information
#B6578F (or 0xB6578F) is known color: Mulberry. HEX triplet: B6, 57 and 8F. RGB value is (182,87,143). Sum of RGB (Red+Green+Blue) = 182+87+143=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B6578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6578F is #49A870. Grayscale: #797979. Windows color (decimal): -4827249 or 9394102. OLE color: 9394102.
HSL color Cylindrical-coordinate representation of color #B6578F: hue angle of 324.63º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6578F is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 87 | 143 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.29 |
| HSL | 324.63º | 0.39% | 0.53% | - |
| HSV(B) | 324.63º | 0.52% | 0.71% | - |
| XYZ | 27.66 | 18.74 | 28.15 | - |
| YUV | 121.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 87 | 143 | 0 | 0.52 | 0.21 | 0.29 | 324.63 | 0.39 | 0.53 |
| Hex | B6 | 57 | 8F | 0 | 34 | 15 | 1D | 145 | 27 | 35 |
| Octal | 266 | 127 | 217 | 0 | 64 | 25 | 35 | 505 | 47 | 65 |
| Binary | 10110110 | 1010111 | 10001111 | 0 | 110100 | 10101 | 11101 | 101000101 | 100111 | 110101 |
Color Harmonies of #B6578F
Complementary color
Monochromatic Colors of #B6578F
Black with #B6578F
Text Example
Text Example
White with #B6578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6578F; }
p { color: rgb(182,87,143); }
H1.HeaderClassName
{
color: #B6578F;
}
.AnyTagClassName
{
color: #B6578F;
}
</style>
background-color css
<style>
a { background-color: #B6578F; }
a { background-color: rgb(182,87,143); }
div.DivClassName
{
background-color: #B6578F;
}
.BgClassName
{
background-color: #B6578F;
}
</style>
border-color css
<style>
span { border-color: #B6578F; }
span { border-color: rgb(182,87,143); }
td.TdClassName
{
border-color: #B6578F;
}
.TagClassName
{
border-color: #B6578F;
}
</style>