Shades of Mulberry #B64490
Tints of Mulberry #B64490
RGB
CMYK
RGB Variations
Color information
#B64490 (or 0xB64490) is known color: Mulberry. HEX triplet: B6, 44 and 90. RGB value is (182,68,144). Sum of RGB (Red+Green+Blue) = 182+68+144=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B64490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64490 is #49BB6F. Grayscale: #6E6E6E. Windows color (decimal): -4832112 or 9454774. OLE color: 9454774.
HSL color Cylindrical-coordinate representation of color #B64490: hue angle of 320º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64490 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 144 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.29 |
| HSL | 320º | 0.46% | 0.49% | - |
| HSV(B) | 320º | 0.63% | 0.71% | - |
| XYZ | 26.39 | 16.09 | 28.1 | - |
| YUV | 110.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 144 | 0 | 0.63 | 0.21 | 0.29 | 320 | 0.46 | 0.49 |
| Hex | B6 | 44 | 90 | 0 | 3F | 15 | 1D | 140 | 2E | 31 |
| Octal | 266 | 104 | 220 | 0 | 77 | 25 | 35 | 500 | 56 | 61 |
| Binary | 10110110 | 1000100 | 10010000 | 0 | 111111 | 10101 | 11101 | 101000000 | 101110 | 110001 |
Color Harmonies of #B64490
Complementary color
Monochromatic Colors of #B64490
Black with #B64490
Text Example
Text Example
White with #B64490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64490; }
p { color: rgb(182,68,144); }
H1.HeaderClassName
{
color: #B64490;
}
.AnyTagClassName
{
color: #B64490;
}
</style>
background-color css
<style>
a { background-color: #B64490; }
a { background-color: rgb(182,68,144); }
div.DivClassName
{
background-color: #B64490;
}
.BgClassName
{
background-color: #B64490;
}
</style>
border-color css
<style>
span { border-color: #B64490; }
span { border-color: rgb(182,68,144); }
td.TdClassName
{
border-color: #B64490;
}
.TagClassName
{
border-color: #B64490;
}
</style>