Shades of Mulberry #B64A9E
Tints of Mulberry #B64A9E
RGB
CMYK
RGB Variations
Color information
#B64A9E (or 0xB64A9E) is known color: Mulberry. HEX triplet: B6, 4A and 9E. RGB value is (182,74,158). Sum of RGB (Red+Green+Blue) = 182+74+158=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64A9E is #49B561. Grayscale: #737373. Windows color (decimal): -4830562 or 10373814. OLE color: 10373814.
HSL color Cylindrical-coordinate representation of color #B64A9E: hue angle of 313.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64A9E is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 158 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.29 |
| HSL | 313.33º | 0.43% | 0.5% | - |
| HSV(B) | 313.33º | 0.59% | 0.71% | - |
| XYZ | 27.91 | 17.31 | 34.22 | - |
| YUV | 115.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 158 | 0 | 0.59 | 0.13 | 0.29 | 313.33 | 0.43 | 0.5 |
| Hex | B6 | 4A | 9E | 0 | 3B | D | 1D | 139 | 2B | 32 |
| Octal | 266 | 112 | 236 | 0 | 73 | 15 | 35 | 471 | 53 | 62 |
| Binary | 10110110 | 1001010 | 10011110 | 0 | 111011 | 1101 | 11101 | 100111001 | 101011 | 110010 |
Color Harmonies of #B64A9E
Complementary color
Monochromatic Colors of #B64A9E
Black with #B64A9E
Text Example
Text Example
White with #B64A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64A9E; }
p { color: rgb(182,74,158); }
H1.HeaderClassName
{
color: #B64A9E;
}
.AnyTagClassName
{
color: #B64A9E;
}
</style>
background-color css
<style>
a { background-color: #B64A9E; }
a { background-color: rgb(182,74,158); }
div.DivClassName
{
background-color: #B64A9E;
}
.BgClassName
{
background-color: #B64A9E;
}
</style>
border-color css
<style>
span { border-color: #B64A9E; }
span { border-color: rgb(182,74,158); }
td.TdClassName
{
border-color: #B64A9E;
}
.TagClassName
{
border-color: #B64A9E;
}
</style>