#B17FA0

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

Shades of Bouquet #B17FA0

Tints of Bouquet #B17FA0

Color information

#B17FA0 (or 0xB17FA0) is unknown color: approx Bouquet. HEX triplet: B1, 7F and A0. RGB value is (177,127,160). Sum of RGB (Red+Green+Blue) = 177+127+160=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FA0 is #4E805F. Grayscale: #919191. Windows color (decimal): -5144672 or 10518449. OLE color: 10518449.

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

Color convert

RGB177127160-
CMYK00.280.100.31
HSL320.4º24.27%59.61%-
HSV(B)320.4º28.25%69.41%-
XYZ32.0727.0636.79-
YUV145.71136.06150.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=38.15%
G=27.37%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712716000.280.100.31320.424.2759.61
HexB17FA001CA1F140183c
Octal26117724003412375003074
Binary1011000111111111010000001110010101111110100000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FA0; }

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

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

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

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

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

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

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

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