#B47DA7

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

Shades of Bouquet #B47DA7

Tints of Bouquet #B47DA7

Color information

#B47DA7 (or 0xB47DA7) is unknown color: approx Bouquet. HEX triplet: B4, 7D and A7. RGB value is (180,125,167). Sum of RGB (Red+Green+Blue) = 180+125+167=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B47DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47DA7 is #4B8258. Grayscale: #929292. Windows color (decimal): -4948569 or 10976692. OLE color: 10976692.

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

Color convert

RGB180125167-
CMYK00.310.070.29
HSL314.18º26.83%59.8%-
HSV(B)314.18º30.56%70.59%-
XYZ33.1327.1640.06-
YUV146.23139.72152.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 167 (65.62% from 255) = 35.38%
R=38.14%
G=26.48%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012516700.310.070.29314.1826.8359.8
HexB47DA701F71D13a1b3c
Octal2641752470377354723374
Binary101101001111101101001110111111111110110011101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DA7; }

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

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

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

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

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

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

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

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