Shades of Mulberry #B6498F
Tints of Mulberry #B6498F
RGB
CMYK
RGB Variations
Color information
#B6498F (or 0xB6498F) is known color: Mulberry. HEX triplet: B6, 49 and 8F. RGB value is (182,73,143). Sum of RGB (Red+Green+Blue) = 182+73+143=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B6498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6498F is #49B670. Grayscale: #717171. Windows color (decimal): -4830833 or 9390518. OLE color: 9390518.
HSL color Cylindrical-coordinate representation of color #B6498F: hue angle of 321.47º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6498F is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 143 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.29 |
| HSL | 321.47º | 0.43% | 0.5% | - |
| HSV(B) | 321.47º | 0.6% | 0.71% | - |
| XYZ | 26.63 | 16.69 | 27.81 | - |
| YUV | 113.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 143 | 0 | 0.60 | 0.21 | 0.29 | 321.47 | 0.43 | 0.5 |
| Hex | B6 | 49 | 8F | 0 | 3C | 15 | 1D | 141 | 2B | 32 |
| Octal | 266 | 111 | 217 | 0 | 74 | 25 | 35 | 501 | 53 | 62 |
| Binary | 10110110 | 1001001 | 10001111 | 0 | 111100 | 10101 | 11101 | 101000001 | 101011 | 110010 |
Color Harmonies of #B6498F
Complementary color
Monochromatic Colors of #B6498F
Black with #B6498F
Text Example
Text Example
White with #B6498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6498F; }
p { color: rgb(182,73,143); }
H1.HeaderClassName
{
color: #B6498F;
}
.AnyTagClassName
{
color: #B6498F;
}
</style>
background-color css
<style>
a { background-color: #B6498F; }
a { background-color: rgb(182,73,143); }
div.DivClassName
{
background-color: #B6498F;
}
.BgClassName
{
background-color: #B6498F;
}
</style>
border-color css
<style>
span { border-color: #B6498F; }
span { border-color: rgb(182,73,143); }
td.TdClassName
{
border-color: #B6498F;
}
.TagClassName
{
border-color: #B6498F;
}
</style>