Shades of Mulberry #B64BA0
Tints of Mulberry #B64BA0
RGB
CMYK
RGB Variations
Color information
#B64BA0 (or 0xB64BA0) is known color: Mulberry. HEX triplet: B6, 4B and A0. RGB value is (182,75,160). Sum of RGB (Red+Green+Blue) = 182+75+160=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B64BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64BA0 is #49B45F. Grayscale: #747474. Windows color (decimal): -4830304 or 10505142. OLE color: 10505142.
HSL color Cylindrical-coordinate representation of color #B64BA0: hue angle of 312.34º degrees, saturation: 0.42, 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 #B64BA0 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 75 | 160 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.29 |
| HSL | 312.34º | 0.42% | 0.5% | - |
| HSV(B) | 312.34º | 0.59% | 0.71% | - |
| XYZ | 28.15 | 17.52 | 35.15 | - |
| YUV | 116.68 | 152.45 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 160 | 0 | 0.59 | 0.12 | 0.29 | 312.34 | 0.42 | 0.5 |
| Hex | B6 | 4B | A0 | 0 | 3B | C | 1D | 138 | 2A | 32 |
| Octal | 266 | 113 | 240 | 0 | 73 | 14 | 35 | 470 | 52 | 62 |
| Binary | 10110110 | 1001011 | 10100000 | 0 | 111011 | 1100 | 11101 | 100111000 | 101010 | 110010 |
Color Harmonies of #B64BA0
Complementary color
Monochromatic Colors of #B64BA0
Black with #B64BA0
Text Example
Text Example
White with #B64BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64BA0; }
p { color: rgb(182,75,160); }
H1.HeaderClassName
{
color: #B64BA0;
}
.AnyTagClassName
{
color: #B64BA0;
}
</style>
background-color css
<style>
a { background-color: #B64BA0; }
a { background-color: rgb(182,75,160); }
div.DivClassName
{
background-color: #B64BA0;
}
.BgClassName
{
background-color: #B64BA0;
}
</style>
border-color css
<style>
span { border-color: #B64BA0; }
span { border-color: rgb(182,75,160); }
td.TdClassName
{
border-color: #B64BA0;
}
.TagClassName
{
border-color: #B64BA0;
}
</style>