Shades of Mulberry #B65E90
Tints of Mulberry #B65E90
RGB
CMYK
RGB Variations
Color information
#B65E90 (or 0xB65E90) is known color: Mulberry. HEX triplet: B6, 5E and 90. RGB value is (182,94,144). Sum of RGB (Red+Green+Blue) = 182+94+144=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65E90 is #49A16F. Grayscale: #7D7D7D. Windows color (decimal): -4825456 or 9461430. OLE color: 9461430.
HSL color Cylindrical-coordinate representation of color #B65E90: hue angle of 325.91º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65E90 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 94 | 144 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.29 |
| HSL | 325.91º | 0.38% | 0.54% | - |
| HSV(B) | 325.91º | 0.48% | 0.71% | - |
| XYZ | 28.33 | 19.96 | 28.75 | - |
| YUV | 126.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 94 | 144 | 0 | 0.48 | 0.21 | 0.29 | 325.91 | 0.38 | 0.54 |
| Hex | B6 | 5E | 90 | 0 | 30 | 15 | 1D | 146 | 26 | 36 |
| Octal | 266 | 136 | 220 | 0 | 60 | 25 | 35 | 506 | 46 | 66 |
| Binary | 10110110 | 1011110 | 10010000 | 0 | 110000 | 10101 | 11101 | 101000110 | 100110 | 110110 |
Color Harmonies of #B65E90
Complementary color
Monochromatic Colors of #B65E90
Black with #B65E90
Text Example
Text Example
White with #B65E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65E90; }
p { color: rgb(182,94,144); }
H1.HeaderClassName
{
color: #B65E90;
}
.AnyTagClassName
{
color: #B65E90;
}
</style>
background-color css
<style>
a { background-color: #B65E90; }
a { background-color: rgb(182,94,144); }
div.DivClassName
{
background-color: #B65E90;
}
.BgClassName
{
background-color: #B65E90;
}
</style>
border-color css
<style>
span { border-color: #B65E90; }
span { border-color: rgb(182,94,144); }
td.TdClassName
{
border-color: #B65E90;
}
.TagClassName
{
border-color: #B65E90;
}
</style>