Shades of Mulberry #B65D8D
Tints of Mulberry #B65D8D
RGB
CMYK
RGB Variations
Color information
#B65D8D (or 0xB65D8D) is known color: Mulberry. HEX triplet: B6, 5D and 8D. RGB value is (182,93,141). Sum of RGB (Red+Green+Blue) = 182+93+141=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65D8D is #49A272. Grayscale: #7C7C7C. Windows color (decimal): -4825715 or 9264566. OLE color: 9264566.
HSL color Cylindrical-coordinate representation of color #B65D8D: hue angle of 327.64º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65D8D is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 93 | 141 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.29 |
| HSL | 327.64º | 0.38% | 0.54% | - |
| HSV(B) | 327.64º | 0.49% | 0.71% | - |
| XYZ | 28.01 | 19.7 | 27.52 | - |
| YUV | 125.08 | 136.99 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 141 | 0 | 0.49 | 0.23 | 0.29 | 327.64 | 0.38 | 0.54 |
| Hex | B6 | 5D | 8D | 0 | 31 | 17 | 1D | 148 | 26 | 36 |
| Octal | 266 | 135 | 215 | 0 | 61 | 27 | 35 | 510 | 46 | 66 |
| Binary | 10110110 | 1011101 | 10001101 | 0 | 110001 | 10111 | 11101 | 101001000 | 100110 | 110110 |
Color Harmonies of #B65D8D
Complementary color
Monochromatic Colors of #B65D8D
Black with #B65D8D
Text Example
Text Example
White with #B65D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65D8D; }
p { color: rgb(182,93,141); }
H1.HeaderClassName
{
color: #B65D8D;
}
.AnyTagClassName
{
color: #B65D8D;
}
</style>
background-color css
<style>
a { background-color: #B65D8D; }
a { background-color: rgb(182,93,141); }
div.DivClassName
{
background-color: #B65D8D;
}
.BgClassName
{
background-color: #B65D8D;
}
</style>
border-color css
<style>
span { border-color: #B65D8D; }
span { border-color: rgb(182,93,141); }
td.TdClassName
{
border-color: #B65D8D;
}
.TagClassName
{
border-color: #B65D8D;
}
</style>