Shades of Mulberry #B64C9F
Tints of Mulberry #B64C9F
RGB
CMYK
RGB Variations
Color information
#B64C9F (or 0xB64C9F) is known color: Mulberry. HEX triplet: B6, 4C and 9F. RGB value is (182,76,159). Sum of RGB (Red+Green+Blue) = 182+76+159=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C9F is #49B360. Grayscale: #747474. Windows color (decimal): -4830049 or 10439862. OLE color: 10439862.
HSL color Cylindrical-coordinate representation of color #B64C9F: hue angle of 313.02º 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 #B64C9F is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 159 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.29 |
| HSL | 313.02º | 0.42% | 0.51% | - |
| HSV(B) | 313.02º | 0.58% | 0.71% | - |
| XYZ | 28.13 | 17.62 | 34.72 | - |
| YUV | 117.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 159 | 0 | 0.58 | 0.13 | 0.29 | 313.02 | 0.42 | 0.51 |
| Hex | B6 | 4C | 9F | 0 | 3A | D | 1D | 139 | 2A | 33 |
| Octal | 266 | 114 | 237 | 0 | 72 | 15 | 35 | 471 | 52 | 63 |
| Binary | 10110110 | 1001100 | 10011111 | 0 | 111010 | 1101 | 11101 | 100111001 | 101010 | 110011 |
Color Harmonies of #B64C9F
Complementary color
Monochromatic Colors of #B64C9F
Black with #B64C9F
Text Example
Text Example
White with #B64C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C9F; }
p { color: rgb(182,76,159); }
H1.HeaderClassName
{
color: #B64C9F;
}
.AnyTagClassName
{
color: #B64C9F;
}
</style>
background-color css
<style>
a { background-color: #B64C9F; }
a { background-color: rgb(182,76,159); }
div.DivClassName
{
background-color: #B64C9F;
}
.BgClassName
{
background-color: #B64C9F;
}
</style>
border-color css
<style>
span { border-color: #B64C9F; }
span { border-color: rgb(182,76,159); }
td.TdClassName
{
border-color: #B64C9F;
}
.TagClassName
{
border-color: #B64C9F;
}
</style>