Shades of Mulberry #B64C8F
Tints of Mulberry #B64C8F
RGB
CMYK
RGB Variations
Color information
#B64C8F (or 0xB64C8F) is known color: Mulberry. HEX triplet: B6, 4C and 8F. RGB value is (182,76,143). Sum of RGB (Red+Green+Blue) = 182+76+143=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C8F is #49B370. Grayscale: #737373. Windows color (decimal): -4830065 or 9391286. OLE color: 9391286.
HSL color Cylindrical-coordinate representation of color #B64C8F: hue angle of 322.08º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64C8F is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 143 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.29 |
| HSL | 322.08º | 0.42% | 0.51% | - |
| HSV(B) | 322.08º | 0.58% | 0.71% | - |
| XYZ | 26.83 | 17.1 | 27.87 | - |
| YUV | 115.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 143 | 0 | 0.58 | 0.21 | 0.29 | 322.08 | 0.42 | 0.51 |
| Hex | B6 | 4C | 8F | 0 | 3A | 15 | 1D | 142 | 2A | 33 |
| Octal | 266 | 114 | 217 | 0 | 72 | 25 | 35 | 502 | 52 | 63 |
| Binary | 10110110 | 1001100 | 10001111 | 0 | 111010 | 10101 | 11101 | 101000010 | 101010 | 110011 |
Color Harmonies of #B64C8F
Complementary color
Monochromatic Colors of #B64C8F
Black with #B64C8F
Text Example
Text Example
White with #B64C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C8F; }
p { color: rgb(182,76,143); }
H1.HeaderClassName
{
color: #B64C8F;
}
.AnyTagClassName
{
color: #B64C8F;
}
</style>
background-color css
<style>
a { background-color: #B64C8F; }
a { background-color: rgb(182,76,143); }
div.DivClassName
{
background-color: #B64C8F;
}
.BgClassName
{
background-color: #B64C8F;
}
</style>
border-color css
<style>
span { border-color: #B64C8F; }
span { border-color: rgb(182,76,143); }
td.TdClassName
{
border-color: #B64C8F;
}
.TagClassName
{
border-color: #B64C8F;
}
</style>