Shades of Mulberry #B6548F
Tints of Mulberry #B6548F
RGB
CMYK
RGB Variations
Color information
#B6548F (or 0xB6548F) is known color: Mulberry. HEX triplet: B6, 54 and 8F. RGB value is (182,84,143). Sum of RGB (Red+Green+Blue) = 182+84+143=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6548F is #49AB70. Grayscale: #777777. Windows color (decimal): -4828017 or 9393334. OLE color: 9393334.
HSL color Cylindrical-coordinate representation of color #B6548F: hue angle of 323.88º 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 #B6548F is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 84 | 143 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.29 |
| HSL | 323.88º | 0.4% | 0.52% | - |
| HSV(B) | 323.88º | 0.54% | 0.71% | - |
| XYZ | 27.42 | 18.27 | 28.07 | - |
| YUV | 120.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 143 | 0 | 0.54 | 0.21 | 0.29 | 323.88 | 0.4 | 0.52 |
| Hex | B6 | 54 | 8F | 0 | 36 | 15 | 1D | 144 | 28 | 34 |
| Octal | 266 | 124 | 217 | 0 | 66 | 25 | 35 | 504 | 50 | 64 |
| Binary | 10110110 | 1010100 | 10001111 | 0 | 110110 | 10101 | 11101 | 101000100 | 101000 | 110100 |
Color Harmonies of #B6548F
Complementary color
Monochromatic Colors of #B6548F
Black with #B6548F
Text Example
Text Example
White with #B6548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6548F; }
p { color: rgb(182,84,143); }
H1.HeaderClassName
{
color: #B6548F;
}
.AnyTagClassName
{
color: #B6548F;
}
</style>
background-color css
<style>
a { background-color: #B6548F; }
a { background-color: rgb(182,84,143); }
div.DivClassName
{
background-color: #B6548F;
}
.BgClassName
{
background-color: #B6548F;
}
</style>
border-color css
<style>
span { border-color: #B6548F; }
span { border-color: rgb(182,84,143); }
td.TdClassName
{
border-color: #B6548F;
}
.TagClassName
{
border-color: #B6548F;
}
</style>