Shades of Bouquet #B47FA2
Tints of Bouquet #B47FA2
RGB
CMYK
RGB Variations
Color information
#B47FA2 (or 0xB47FA2) is known color: Bouquet. HEX triplet: B4, 7F and A2. RGB value is (180,127,162). Sum of RGB (Red+Green+Blue) = 180+127+162=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B47FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47FA2 is #4B805D. Grayscale: #929292. Windows color (decimal): -4948062 or 10649524. OLE color: 10649524.
HSL color Cylindrical-coordinate representation of color #B47FA2: hue angle of 320.38º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B47FA2 is Cyan = 0, Magento = 0.29, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 127 | 162 | - |
| CMYK | 0 | 0.29 | 0.1 | 0.29 |
| HSL | 320.38º | 0.26% | 0.6% | - |
| HSV(B) | 320.38º | 0.29% | 0.71% | - |
| XYZ | 32.93 | 27.49 | 37.75 | - |
| YUV | 146.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 127 | 162 | 0 | 0.29 | 0.1 | 0.29 | 320.38 | 0.26 | 0.6 |
| Hex | B4 | 7F | A2 | 0 | 1D | A | 1D | 140 | 1A | 3C |
| Octal | 264 | 177 | 242 | 0 | 35 | 12 | 35 | 500 | 32 | 74 |
| Binary | 10110100 | 1111111 | 10100010 | 0 | 11101 | 1010 | 11101 | 101000000 | 11010 | 111100 |
Color Harmonies of #B47FA2
Complementary color
Monochromatic Colors of #B47FA2
Black with #B47FA2
Text Example
Text Example
White with #B47FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47FA2; }
p { color: rgb(180,127,162); }
H1.HeaderClassName
{
color: #B47FA2;
}
.AnyTagClassName
{
color: #B47FA2;
}
</style>
background-color css
<style>
a { background-color: #B47FA2; }
a { background-color: rgb(180,127,162); }
div.DivClassName
{
background-color: #B47FA2;
}
.BgClassName
{
background-color: #B47FA2;
}
</style>
border-color css
<style>
span { border-color: #B47FA2; }
span { border-color: rgb(180,127,162); }
td.TdClassName
{
border-color: #B47FA2;
}
.TagClassName
{
border-color: #B47FA2;
}
</style>