Shades of Mulberry #B64F9C
Tints of Mulberry #B64F9C
RGB
CMYK
RGB Variations
Color information
#B64F9C (or 0xB64F9C) is known color: Mulberry. HEX triplet: B6, 4F and 9C. RGB value is (182,79,156). Sum of RGB (Red+Green+Blue) = 182+79+156=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64F9C is #49B063. Grayscale: #767676. Windows color (decimal): -4829284 or 10244022. OLE color: 10244022.
HSL color Cylindrical-coordinate representation of color #B64F9C: hue angle of 315.15º 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 #B64F9C is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 156 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.29 |
| HSL | 315.15º | 0.41% | 0.51% | - |
| HSV(B) | 315.15º | 0.57% | 0.71% | - |
| XYZ | 28.09 | 17.94 | 33.43 | - |
| YUV | 118.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 156 | 0 | 0.57 | 0.14 | 0.29 | 315.15 | 0.41 | 0.51 |
| Hex | B6 | 4F | 9C | 0 | 39 | E | 1D | 13B | 29 | 33 |
| Octal | 266 | 117 | 234 | 0 | 71 | 16 | 35 | 473 | 51 | 63 |
| Binary | 10110110 | 1001111 | 10011100 | 0 | 111001 | 1110 | 11101 | 100111011 | 101001 | 110011 |
Color Harmonies of #B64F9C
Complementary color
Monochromatic Colors of #B64F9C
Black with #B64F9C
Text Example
Text Example
White with #B64F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F9C; }
p { color: rgb(182,79,156); }
H1.HeaderClassName
{
color: #B64F9C;
}
.AnyTagClassName
{
color: #B64F9C;
}
</style>
background-color css
<style>
a { background-color: #B64F9C; }
a { background-color: rgb(182,79,156); }
div.DivClassName
{
background-color: #B64F9C;
}
.BgClassName
{
background-color: #B64F9C;
}
</style>
border-color css
<style>
span { border-color: #B64F9C; }
span { border-color: rgb(182,79,156); }
td.TdClassName
{
border-color: #B64F9C;
}
.TagClassName
{
border-color: #B64F9C;
}
</style>