Shades of Mulberry #B64E9F
Tints of Mulberry #B64E9F
RGB
CMYK
RGB Variations
Color information
#B64E9F (or 0xB64E9F) is known color: Mulberry. HEX triplet: B6, 4E and 9F. RGB value is (182,78,159). Sum of RGB (Red+Green+Blue) = 182+78+159=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64E9F is #49B160. Grayscale: #767676. Windows color (decimal): -4829537 or 10440374. OLE color: 10440374.
HSL color Cylindrical-coordinate representation of color #B64E9F: hue angle of 313.27º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64E9F is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 159 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.29 |
| HSL | 313.27º | 0.42% | 0.51% | - |
| HSV(B) | 313.27º | 0.57% | 0.71% | - |
| XYZ | 28.27 | 17.9 | 34.77 | - |
| YUV | 118.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 159 | 0 | 0.57 | 0.13 | 0.29 | 313.27 | 0.42 | 0.51 |
| Hex | B6 | 4E | 9F | 0 | 39 | D | 1D | 139 | 2A | 33 |
| Octal | 266 | 116 | 237 | 0 | 71 | 15 | 35 | 471 | 52 | 63 |
| Binary | 10110110 | 1001110 | 10011111 | 0 | 111001 | 1101 | 11101 | 100111001 | 101010 | 110011 |
Color Harmonies of #B64E9F
Complementary color
Monochromatic Colors of #B64E9F
Black with #B64E9F
Text Example
Text Example
White with #B64E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E9F; }
p { color: rgb(182,78,159); }
H1.HeaderClassName
{
color: #B64E9F;
}
.AnyTagClassName
{
color: #B64E9F;
}
</style>
background-color css
<style>
a { background-color: #B64E9F; }
a { background-color: rgb(182,78,159); }
div.DivClassName
{
background-color: #B64E9F;
}
.BgClassName
{
background-color: #B64E9F;
}
</style>
border-color css
<style>
span { border-color: #B64E9F; }
span { border-color: rgb(182,78,159); }
td.TdClassName
{
border-color: #B64E9F;
}
.TagClassName
{
border-color: #B64E9F;
}
</style>