Shades of Mulberry #B64F9E
Tints of Mulberry #B64F9E
RGB
CMYK
RGB Variations
Color information
#B64F9E (or 0xB64F9E) is known color: Mulberry. HEX triplet: B6, 4F and 9E. RGB value is (182,79,158). Sum of RGB (Red+Green+Blue) = 182+79+158=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64F9E is #49B061. Grayscale: #767676. Windows color (decimal): -4829282 or 10375094. OLE color: 10375094.
HSL color Cylindrical-coordinate representation of color #B64F9E: hue angle of 313.98º degrees, saturation: 0.41, 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 #B64F9E is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 158 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.29 |
| HSL | 313.98º | 0.41% | 0.51% | - |
| HSV(B) | 313.98º | 0.57% | 0.71% | - |
| XYZ | 28.26 | 18.01 | 34.33 | - |
| YUV | 118.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 158 | 0 | 0.57 | 0.13 | 0.29 | 313.98 | 0.41 | 0.51 |
| Hex | B6 | 4F | 9E | 0 | 39 | D | 1D | 13A | 29 | 33 |
| Octal | 266 | 117 | 236 | 0 | 71 | 15 | 35 | 472 | 51 | 63 |
| Binary | 10110110 | 1001111 | 10011110 | 0 | 111001 | 1101 | 11101 | 100111010 | 101001 | 110011 |
Color Harmonies of #B64F9E
Complementary color
Monochromatic Colors of #B64F9E
Black with #B64F9E
Text Example
Text Example
White with #B64F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F9E; }
p { color: rgb(182,79,158); }
H1.HeaderClassName
{
color: #B64F9E;
}
.AnyTagClassName
{
color: #B64F9E;
}
</style>
background-color css
<style>
a { background-color: #B64F9E; }
a { background-color: rgb(182,79,158); }
div.DivClassName
{
background-color: #B64F9E;
}
.BgClassName
{
background-color: #B64F9E;
}
</style>
border-color css
<style>
span { border-color: #B64F9E; }
span { border-color: rgb(182,79,158); }
td.TdClassName
{
border-color: #B64F9E;
}
.TagClassName
{
border-color: #B64F9E;
}
</style>