Shades of Bouquet #B47BA0
Tints of Bouquet #B47BA0
RGB
CMYK
RGB Variations
Color information
#B47BA0 (or 0xB47BA0) is known color: Bouquet. HEX triplet: B4, 7B and A0. RGB value is (180,123,160). Sum of RGB (Red+Green+Blue) = 180+123+160=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B47BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47BA0 is #4B845F. Grayscale: #909090. Windows color (decimal): -4949088 or 10517428. OLE color: 10517428.
HSL color Cylindrical-coordinate representation of color #B47BA0: hue angle of 321.05º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47BA0 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 160 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.29 |
| HSL | 321.05º | 0.28% | 0.59% | - |
| HSV(B) | 321.05º | 0.32% | 0.71% | - |
| XYZ | 32.25 | 26.41 | 36.66 | - |
| YUV | 144.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 160 | 0 | 0.32 | 0.11 | 0.29 | 321.05 | 0.28 | 0.59 |
| Hex | B4 | 7B | A0 | 0 | 20 | B | 1D | 141 | 1C | 3B |
| Octal | 264 | 173 | 240 | 0 | 40 | 13 | 35 | 501 | 34 | 73 |
| Binary | 10110100 | 1111011 | 10100000 | 0 | 100000 | 1011 | 11101 | 101000001 | 11100 | 111011 |
Color Harmonies of #B47BA0
Complementary color
Monochromatic Colors of #B47BA0
Black with #B47BA0
Text Example
Text Example
White with #B47BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BA0; }
p { color: rgb(180,123,160); }
H1.HeaderClassName
{
color: #B47BA0;
}
.AnyTagClassName
{
color: #B47BA0;
}
</style>
background-color css
<style>
a { background-color: #B47BA0; }
a { background-color: rgb(180,123,160); }
div.DivClassName
{
background-color: #B47BA0;
}
.BgClassName
{
background-color: #B47BA0;
}
</style>
border-color css
<style>
span { border-color: #B47BA0; }
span { border-color: rgb(180,123,160); }
td.TdClassName
{
border-color: #B47BA0;
}
.TagClassName
{
border-color: #B47BA0;
}
</style>