Shades of Mulberry #B64F8C
Tints of Mulberry #B64F8C
RGB
CMYK
RGB Variations
Color information
#B64F8C (or 0xB64F8C) is known color: Mulberry. HEX triplet: B6, 4F and 8C. RGB value is (182,79,140). Sum of RGB (Red+Green+Blue) = 182+79+140=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64F8C is #49B073. Grayscale: #747474. Windows color (decimal): -4829300 or 9195446. OLE color: 9195446.
HSL color Cylindrical-coordinate representation of color #B64F8C: hue angle of 324.47º 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 #B64F8C is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 140 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.29 |
| HSL | 324.47º | 0.41% | 0.51% | - |
| HSV(B) | 324.47º | 0.57% | 0.71% | - |
| XYZ | 26.82 | 17.43 | 26.76 | - |
| YUV | 116.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 140 | 0 | 0.57 | 0.23 | 0.29 | 324.47 | 0.41 | 0.51 |
| Hex | B6 | 4F | 8C | 0 | 39 | 17 | 1D | 144 | 29 | 33 |
| Octal | 266 | 117 | 214 | 0 | 71 | 27 | 35 | 504 | 51 | 63 |
| Binary | 10110110 | 1001111 | 10001100 | 0 | 111001 | 10111 | 11101 | 101000100 | 101001 | 110011 |
Color Harmonies of #B64F8C
Complementary color
Monochromatic Colors of #B64F8C
Black with #B64F8C
Text Example
Text Example
White with #B64F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F8C; }
p { color: rgb(182,79,140); }
H1.HeaderClassName
{
color: #B64F8C;
}
.AnyTagClassName
{
color: #B64F8C;
}
</style>
background-color css
<style>
a { background-color: #B64F8C; }
a { background-color: rgb(182,79,140); }
div.DivClassName
{
background-color: #B64F8C;
}
.BgClassName
{
background-color: #B64F8C;
}
</style>
border-color css
<style>
span { border-color: #B64F8C; }
span { border-color: rgb(182,79,140); }
td.TdClassName
{
border-color: #B64F8C;
}
.TagClassName
{
border-color: #B64F8C;
}
</style>