Shades of Mulberry #B64A9F
Tints of Mulberry #B64A9F
RGB
CMYK
RGB Variations
Color information
#B64A9F (or 0xB64A9F) is known color: Mulberry. HEX triplet: B6, 4A and 9F. RGB value is (182,74,159). Sum of RGB (Red+Green+Blue) = 182+74+159=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64A9F is #49B560. Grayscale: #737373. Windows color (decimal): -4830561 or 10439350. OLE color: 10439350.
HSL color Cylindrical-coordinate representation of color #B64A9F: hue angle of 312.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64A9F is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 159 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.29 |
| HSL | 312.78º | 0.43% | 0.5% | - |
| HSV(B) | 312.78º | 0.59% | 0.71% | - |
| XYZ | 28 | 17.35 | 34.67 | - |
| YUV | 115.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 159 | 0 | 0.59 | 0.13 | 0.29 | 312.78 | 0.43 | 0.5 |
| Hex | B6 | 4A | 9F | 0 | 3B | D | 1D | 139 | 2B | 32 |
| Octal | 266 | 112 | 237 | 0 | 73 | 15 | 35 | 471 | 53 | 62 |
| Binary | 10110110 | 1001010 | 10011111 | 0 | 111011 | 1101 | 11101 | 100111001 | 101011 | 110010 |
Color Harmonies of #B64A9F
Complementary color
Monochromatic Colors of #B64A9F
Black with #B64A9F
Text Example
Text Example
White with #B64A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64A9F; }
p { color: rgb(182,74,159); }
H1.HeaderClassName
{
color: #B64A9F;
}
.AnyTagClassName
{
color: #B64A9F;
}
</style>
background-color css
<style>
a { background-color: #B64A9F; }
a { background-color: rgb(182,74,159); }
div.DivClassName
{
background-color: #B64A9F;
}
.BgClassName
{
background-color: #B64A9F;
}
</style>
border-color css
<style>
span { border-color: #B64A9F; }
span { border-color: rgb(182,74,159); }
td.TdClassName
{
border-color: #B64A9F;
}
.TagClassName
{
border-color: #B64A9F;
}
</style>