Shades of Mulberry #B6599D
Tints of Mulberry #B6599D
RGB
CMYK
RGB Variations
Color information
#B6599D (or 0xB6599D) is known color: Mulberry. HEX triplet: B6, 59 and 9D. RGB value is (182,89,157). Sum of RGB (Red+Green+Blue) = 182+89+157=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B6599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6599D is #49A662. Grayscale: #7C7C7C. Windows color (decimal): -4826723 or 10312118. OLE color: 10312118.
HSL color Cylindrical-coordinate representation of color #B6599D: hue angle of 316.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6599D is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 89 | 157 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.29 |
| HSL | 316.13º | 0.39% | 0.53% | - |
| HSV(B) | 316.13º | 0.51% | 0.71% | - |
| XYZ | 28.95 | 19.52 | 34.14 | - |
| YUV | 124.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 157 | 0 | 0.51 | 0.14 | 0.29 | 316.13 | 0.39 | 0.53 |
| Hex | B6 | 59 | 9D | 0 | 33 | E | 1D | 13C | 27 | 35 |
| Octal | 266 | 131 | 235 | 0 | 63 | 16 | 35 | 474 | 47 | 65 |
| Binary | 10110110 | 1011001 | 10011101 | 0 | 110011 | 1110 | 11101 | 100111100 | 100111 | 110101 |
Color Harmonies of #B6599D
Complementary color
Monochromatic Colors of #B6599D
Black with #B6599D
Text Example
Text Example
White with #B6599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6599D; }
p { color: rgb(182,89,157); }
H1.HeaderClassName
{
color: #B6599D;
}
.AnyTagClassName
{
color: #B6599D;
}
</style>
background-color css
<style>
a { background-color: #B6599D; }
a { background-color: rgb(182,89,157); }
div.DivClassName
{
background-color: #B6599D;
}
.BgClassName
{
background-color: #B6599D;
}
</style>
border-color css
<style>
span { border-color: #B6599D; }
span { border-color: rgb(182,89,157); }
td.TdClassName
{
border-color: #B6599D;
}
.TagClassName
{
border-color: #B6599D;
}
</style>