#B177A4

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

Shades of Bouquet #B177A4

Tints of Bouquet #B177A4

Color information

#B177A4 (or 0xB177A4) is unknown color: approx Bouquet. HEX triplet: B1, 77 and A4. RGB value is (177,119,164). Sum of RGB (Red+Green+Blue) = 177+119+164=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B177A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B177A4 is #4E885B. Grayscale: #8D8D8D. Windows color (decimal): -5146716 or 10778545. OLE color: 10778545.

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

Color convert

RGB177119164-
CMYK00.330.070.31
HSL313.45º27.1%58.04%-
HSV(B)313.45º32.77%69.41%-
XYZ31.4325.2238.33-
YUV141.47140.72153.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 164 (64.45% from 255) = 35.65%
R=38.48%
G=25.87%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711916400.330.070.31313.4527.158.04
HexB177A402171F1391b3a
Octal2611672440417374713372
Binary1011000111101111010010001000011111111110011100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B177A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B177A4; }

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

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

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

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

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

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

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

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