#B47E9D

Color #B47E9D Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B47E9D

Tints of Bouquet #B47E9D

Color information

#B47E9D (or 0xB47E9D) is unknown color: approx Bouquet. HEX triplet: B4, 7E and 9D. RGB value is (180,126,157). Sum of RGB (Red+Green+Blue) = 180+126+157=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E9D is #4B8162. Grayscale: #919191. Windows color (decimal): -4948323 or 10321588. OLE color: 10321588.

HSL color Cylindrical-coordinate representation of color #B47E9D: hue angle of 325.56º 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 #B47E9D is Cyan = 0, Magento = 0.3, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB180126157-
CMYK00.30.130.29
HSL325.56º26.47%60%-
HSV(B)325.56º30%70.59%-
XYZ32.3727.0635.42-
YUV145.68134.39152.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=38.88%
G=27.21%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012615700.30.130.29325.5626.4760
HexB47E9D01ED1D1461a3c
Octal26417623503615355063274
Binary1011010011111101001110101111011011110110100011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E9D; }

 p { color: rgb(180,126,157); }

 H1.HeaderClassName
 {
   color: #B47E9D;
 }
 .AnyTagClassName
 {
   color: #B47E9D;
 }
</style>
background-color css

<style>
 a { background-color: #B47E9D; }

 a { background-color: rgb(180,126,157); }

 div.DivClassName
 {
   background-color: #B47E9D;
 }
 .BgClassName
 {
   background-color: #B47E9D;
 }
</style>
border-color css

<style>
 span { border-color: #B47E9D; }

 span { border-color: rgb(180,126,157); }

 td.TdClassName
 {
   border-color: #B47E9D;
 }
 .TagClassName
 {
   border-color: #B47E9D;
 }
</style>