#B47FA3

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

Shades of Bouquet #B47FA3

Tints of Bouquet #B47FA3

Color information

#B47FA3 (or 0xB47FA3) is unknown color: approx Bouquet. HEX triplet: B4, 7F and A3. RGB value is (180,127,163). Sum of RGB (Red+Green+Blue) = 180+127+163=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B47FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47FA3 is #4B805C. Grayscale: #929292. Windows color (decimal): -4948061 or 10715060. OLE color: 10715060.

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

Color convert

RGB180127163-
CMYK00.290.090.29
HSL319.25º26.11%60.2%-
HSV(B)319.25º29.44%70.59%-
XYZ33.0227.5338.22-
YUV146.95137.06151.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=38.30%
G=27.02%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012716300.290.090.29319.2526.1160.2
HexB47FA301D91D13f1a3c
Octal26417724303511354773274
Binary1011010011111111010001101110110011110110011111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FA3; }

 p { color: rgb(180,127,163); }

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

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

 a { background-color: rgb(180,127,163); }

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

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

 span { border-color: rgb(180,127,163); }

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