Shades of Mulberry #B64F8F
Tints of Mulberry #B64F8F
RGB
CMYK
RGB Variations
Color information
#B64F8F (or 0xB64F8F) is known color: Mulberry. HEX triplet: B6, 4F and 8F. RGB value is (182,79,143). Sum of RGB (Red+Green+Blue) = 182+79+143=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64F8F is #49B070. Grayscale: #747474. Windows color (decimal): -4829297 or 9392054. OLE color: 9392054.
HSL color Cylindrical-coordinate representation of color #B64F8F: hue angle of 322.72º 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 #B64F8F is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 143 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.29 |
| HSL | 322.72º | 0.41% | 0.51% | - |
| HSV(B) | 322.72º | 0.57% | 0.71% | - |
| XYZ | 27.05 | 17.52 | 27.94 | - |
| YUV | 117.09 | 142.62 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 143 | 0 | 0.57 | 0.21 | 0.29 | 322.72 | 0.41 | 0.51 |
| Hex | B6 | 4F | 8F | 0 | 39 | 15 | 1D | 143 | 29 | 33 |
| Octal | 266 | 117 | 217 | 0 | 71 | 25 | 35 | 503 | 51 | 63 |
| Binary | 10110110 | 1001111 | 10001111 | 0 | 111001 | 10101 | 11101 | 101000011 | 101001 | 110011 |
Color Harmonies of #B64F8F
Complementary color
Monochromatic Colors of #B64F8F
Black with #B64F8F
Text Example
Text Example
White with #B64F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F8F; }
p { color: rgb(182,79,143); }
H1.HeaderClassName
{
color: #B64F8F;
}
.AnyTagClassName
{
color: #B64F8F;
}
</style>
background-color css
<style>
a { background-color: #B64F8F; }
a { background-color: rgb(182,79,143); }
div.DivClassName
{
background-color: #B64F8F;
}
.BgClassName
{
background-color: #B64F8F;
}
</style>
border-color css
<style>
span { border-color: #B64F8F; }
span { border-color: rgb(182,79,143); }
td.TdClassName
{
border-color: #B64F8F;
}
.TagClassName
{
border-color: #B64F8F;
}
</style>