Shades of Bouquet #B47E9F
Tints of Bouquet #B47E9F
RGB
CMYK
RGB Variations
Color information
#B47E9F (or 0xB47E9F) is known color: Bouquet. HEX triplet: B4, 7E and 9F. RGB value is (180,126,159). Sum of RGB (Red+Green+Blue) = 180+126+159=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E9F is #4B8160. Grayscale: #919191. Windows color (decimal): -4948321 or 10452660. OLE color: 10452660.
HSL color Cylindrical-coordinate representation of color #B47E9F: hue angle of 323.33º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B47E9F is Cyan = 0, Magento = 0.3, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 159 | - |
| CMYK | 0 | 0.3 | 0.12 | 0.29 |
| HSL | 323.33º | 0.26% | 0.6% | - |
| HSV(B) | 323.33º | 0.3% | 0.71% | - |
| XYZ | 32.54 | 27.13 | 36.32 | - |
| YUV | 145.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 159 | 0 | 0.3 | 0.12 | 0.29 | 323.33 | 0.26 | 0.6 |
| Hex | B4 | 7E | 9F | 0 | 1E | C | 1D | 143 | 1A | 3C |
| Octal | 264 | 176 | 237 | 0 | 36 | 14 | 35 | 503 | 32 | 74 |
| Binary | 10110100 | 1111110 | 10011111 | 0 | 11110 | 1100 | 11101 | 101000011 | 11010 | 111100 |
Color Harmonies of #B47E9F
Complementary color
Monochromatic Colors of #B47E9F
Black with #B47E9F
Text Example
Text Example
White with #B47E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E9F; }
p { color: rgb(180,126,159); }
H1.HeaderClassName
{
color: #B47E9F;
}
.AnyTagClassName
{
color: #B47E9F;
}
</style>
background-color css
<style>
a { background-color: #B47E9F; }
a { background-color: rgb(180,126,159); }
div.DivClassName
{
background-color: #B47E9F;
}
.BgClassName
{
background-color: #B47E9F;
}
</style>
border-color css
<style>
span { border-color: #B47E9F; }
span { border-color: rgb(180,126,159); }
td.TdClassName
{
border-color: #B47E9F;
}
.TagClassName
{
border-color: #B47E9F;
}
</style>