#B17FA4

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

Shades of Bouquet #B17FA4

Tints of Bouquet #B17FA4

Color information

#B17FA4 (or 0xB17FA4) is unknown color: approx Bouquet. HEX triplet: B1, 7F and A4. RGB value is (177,127,164). Sum of RGB (Red+Green+Blue) = 177+127+164=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FA4 is #4E805B. Grayscale: #929292. Windows color (decimal): -5144668 or 10780593. OLE color: 10780593.

HSL color Cylindrical-coordinate representation of color #B17FA4: hue angle of 315.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17FA4 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB177127164-
CMYK00.280.070.31
HSL315.6º24.27%59.61%-
HSV(B)315.6º28.25%69.41%-
XYZ32.4227.2138.66-
YUV146.17138.06149.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 164 (64.45% from 255) = 35.04%
R=37.82%
G=27.14%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712716400.280.070.31315.624.2759.61
HexB17FA401C71F13c183c
Octal2611772440347374743074
Binary101100011111111101001000111001111111110011110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FA4; }

 p { color: rgb(177,127,164); }

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

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

 a { background-color: rgb(177,127,164); }

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

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

 span { border-color: rgb(177,127,164); }

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