Shades of Mulberry #B65D9C
Tints of Mulberry #B65D9C
RGB
CMYK
RGB Variations
Color information
#B65D9C (or 0xB65D9C) is known color: Mulberry. HEX triplet: B6, 5D and 9C. RGB value is (182,93,156). Sum of RGB (Red+Green+Blue) = 182+93+156=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65D9C is #49A263. Grayscale: #7E7E7E. Windows color (decimal): -4825700 or 10247606. OLE color: 10247606.
HSL color Cylindrical-coordinate representation of color #B65D9C: hue angle of 317.53º 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 #B65D9C is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 93 | 156 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.29 |
| HSL | 317.53º | 0.38% | 0.54% | - |
| HSV(B) | 317.53º | 0.49% | 0.71% | - |
| XYZ | 29.21 | 20.17 | 33.81 | - |
| YUV | 126.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 156 | 0 | 0.49 | 0.14 | 0.29 | 317.53 | 0.38 | 0.54 |
| Hex | B6 | 5D | 9C | 0 | 31 | E | 1D | 13E | 26 | 36 |
| Octal | 266 | 135 | 234 | 0 | 61 | 16 | 35 | 476 | 46 | 66 |
| Binary | 10110110 | 1011101 | 10011100 | 0 | 110001 | 1110 | 11101 | 100111110 | 100110 | 110110 |
Color Harmonies of #B65D9C
Complementary color
Monochromatic Colors of #B65D9C
Black with #B65D9C
Text Example
Text Example
White with #B65D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65D9C; }
p { color: rgb(182,93,156); }
H1.HeaderClassName
{
color: #B65D9C;
}
.AnyTagClassName
{
color: #B65D9C;
}
</style>
background-color css
<style>
a { background-color: #B65D9C; }
a { background-color: rgb(182,93,156); }
div.DivClassName
{
background-color: #B65D9C;
}
.BgClassName
{
background-color: #B65D9C;
}
</style>
border-color css
<style>
span { border-color: #B65D9C; }
span { border-color: rgb(182,93,156); }
td.TdClassName
{
border-color: #B65D9C;
}
.TagClassName
{
border-color: #B65D9C;
}
</style>