#B47DA4

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

Shades of Bouquet #B47DA4

Tints of Bouquet #B47DA4

Color information

#B47DA4 (or 0xB47DA4) is unknown color: approx Bouquet. HEX triplet: B4, 7D and A4. RGB value is (180,125,164). Sum of RGB (Red+Green+Blue) = 180+125+164=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B47DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47DA4 is #4B825B. Grayscale: #919191. Windows color (decimal): -4948572 or 10780084. OLE color: 10780084.

HSL color Cylindrical-coordinate representation of color #B47DA4: hue angle of 317.45º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B47DA4 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB180125164-
CMYK00.310.090.29
HSL317.45º26.83%59.8%-
HSV(B)317.45º30.56%70.59%-
XYZ32.8627.0538.61-
YUV145.89138.22152.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 125 (49.22% from 255) = 26.65%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=38.38%
G=26.65%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012516400.310.090.29317.4526.8359.8
HexB47DA401F91D13d1b3c
Octal26417524403711354753374
Binary1011010011111011010010001111110011110110011110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DA4; }

 p { color: rgb(180,125,164); }

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

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

 a { background-color: rgb(180,125,164); }

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

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

 span { border-color: rgb(180,125,164); }

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