Shades of Mulberry #B65990
Tints of Mulberry #B65990
RGB
CMYK
RGB Variations
Color information
#B65990 (or 0xB65990) is known color: Mulberry. HEX triplet: B6, 59 and 90. RGB value is (182,89,144). Sum of RGB (Red+Green+Blue) = 182+89+144=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B65990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65990 is #49A66F. Grayscale: #7A7A7A. Windows color (decimal): -4826736 or 9460150. OLE color: 9460150.
HSL color Cylindrical-coordinate representation of color #B65990: hue angle of 324.52º 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 #B65990 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 89 | 144 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.29 |
| HSL | 324.52º | 0.39% | 0.53% | - |
| HSV(B) | 324.52º | 0.51% | 0.71% | - |
| XYZ | 27.9 | 19.1 | 28.6 | - |
| YUV | 123.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 144 | 0 | 0.51 | 0.21 | 0.29 | 324.52 | 0.39 | 0.53 |
| Hex | B6 | 59 | 90 | 0 | 33 | 15 | 1D | 145 | 27 | 35 |
| Octal | 266 | 131 | 220 | 0 | 63 | 25 | 35 | 505 | 47 | 65 |
| Binary | 10110110 | 1011001 | 10010000 | 0 | 110011 | 10101 | 11101 | 101000101 | 100111 | 110101 |
Color Harmonies of #B65990
Complementary color
Monochromatic Colors of #B65990
Black with #B65990
Text Example
Text Example
White with #B65990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65990; }
p { color: rgb(182,89,144); }
H1.HeaderClassName
{
color: #B65990;
}
.AnyTagClassName
{
color: #B65990;
}
</style>
background-color css
<style>
a { background-color: #B65990; }
a { background-color: rgb(182,89,144); }
div.DivClassName
{
background-color: #B65990;
}
.BgClassName
{
background-color: #B65990;
}
</style>
border-color css
<style>
span { border-color: #B65990; }
span { border-color: rgb(182,89,144); }
td.TdClassName
{
border-color: #B65990;
}
.TagClassName
{
border-color: #B65990;
}
</style>