Shades of Mulberry #B6538B
Tints of Mulberry #B6538B
RGB
CMYK
RGB Variations
Color information
#B6538B (or 0xB6538B) is known color: Mulberry. HEX triplet: B6, 53 and 8B. RGB value is (182,83,139). Sum of RGB (Red+Green+Blue) = 182+83+139=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6538B is #49AC74. Grayscale: #767676. Windows color (decimal): -4828277 or 9130934. OLE color: 9130934.
HSL color Cylindrical-coordinate representation of color #B6538B: hue angle of 326.06º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6538B is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 139 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.29 |
| HSL | 326.06º | 0.4% | 0.52% | - |
| HSV(B) | 326.06º | 0.54% | 0.71% | - |
| XYZ | 27.04 | 18 | 26.47 | - |
| YUV | 118.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 139 | 0 | 0.54 | 0.24 | 0.29 | 326.06 | 0.4 | 0.52 |
| Hex | B6 | 53 | 8B | 0 | 36 | 18 | 1D | 146 | 28 | 34 |
| Octal | 266 | 123 | 213 | 0 | 66 | 30 | 35 | 506 | 50 | 64 |
| Binary | 10110110 | 1010011 | 10001011 | 0 | 110110 | 11000 | 11101 | 101000110 | 101000 | 110100 |
Color Harmonies of #B6538B
Complementary color
Monochromatic Colors of #B6538B
Black with #B6538B
Text Example
Text Example
White with #B6538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6538B; }
p { color: rgb(182,83,139); }
H1.HeaderClassName
{
color: #B6538B;
}
.AnyTagClassName
{
color: #B6538B;
}
</style>
background-color css
<style>
a { background-color: #B6538B; }
a { background-color: rgb(182,83,139); }
div.DivClassName
{
background-color: #B6538B;
}
.BgClassName
{
background-color: #B6538B;
}
</style>
border-color css
<style>
span { border-color: #B6538B; }
span { border-color: rgb(182,83,139); }
td.TdClassName
{
border-color: #B6538B;
}
.TagClassName
{
border-color: #B6538B;
}
</style>