Shades of Mulberry #B649A1
Tints of Mulberry #B649A1
RGB
CMYK
RGB Variations
Color information
#B649A1 (or 0xB649A1) is known color: Mulberry. HEX triplet: B6, 49 and A1. RGB value is (182,73,161). Sum of RGB (Red+Green+Blue) = 182+73+161=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B649A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B649A1 is #49B65E. Grayscale: #737373. Windows color (decimal): -4830815 or 10570166. OLE color: 10570166.
HSL color Cylindrical-coordinate representation of color #B649A1: hue angle of 311.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B649A1 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 161 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.29 |
| HSL | 311.56º | 0.43% | 0.5% | - |
| HSV(B) | 311.56º | 0.6% | 0.71% | - |
| XYZ | 28.11 | 17.28 | 35.57 | - |
| YUV | 115.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 161 | 0 | 0.60 | 0.12 | 0.29 | 311.56 | 0.43 | 0.5 |
| Hex | B6 | 49 | A1 | 0 | 3C | C | 1D | 138 | 2B | 32 |
| Octal | 266 | 111 | 241 | 0 | 74 | 14 | 35 | 470 | 53 | 62 |
| Binary | 10110110 | 1001001 | 10100001 | 0 | 111100 | 1100 | 11101 | 100111000 | 101011 | 110010 |
Color Harmonies of #B649A1
Complementary color
Monochromatic Colors of #B649A1
Black with #B649A1
Text Example
Text Example
White with #B649A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B649A1; }
p { color: rgb(182,73,161); }
H1.HeaderClassName
{
color: #B649A1;
}
.AnyTagClassName
{
color: #B649A1;
}
</style>
background-color css
<style>
a { background-color: #B649A1; }
a { background-color: rgb(182,73,161); }
div.DivClassName
{
background-color: #B649A1;
}
.BgClassName
{
background-color: #B649A1;
}
</style>
border-color css
<style>
span { border-color: #B649A1; }
span { border-color: rgb(182,73,161); }
td.TdClassName
{
border-color: #B649A1;
}
.TagClassName
{
border-color: #B649A1;
}
</style>