#B176A8

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

Shades of Bouquet #B176A8

Tints of Bouquet #B176A8

Color information

#B176A8 (or 0xB176A8) is unknown color: approx Bouquet. HEX triplet: B1, 76 and A8. RGB value is (177,118,168). Sum of RGB (Red+Green+Blue) = 177+118+168=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B176A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B176A8 is #4E8957. Grayscale: #8D8D8D. Windows color (decimal): -5146968 or 11040433. OLE color: 11040433.

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

Color convert

RGB177118168-
CMYK00.330.050.31
HSL309.15º27.44%57.84%-
HSV(B)309.15º33.33%69.41%-
XYZ31.6825.1340.23-
YUV141.34143.05153.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=38.23%
G=25.49%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711816800.330.050.31309.1527.4457.84
HexB176A802151F1351b3a
Octal2611662500415374653372
Binary1011000111101101010100001000011011111110011010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B176A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B176A8; }

 p { color: rgb(177,118,168); }

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

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

 a { background-color: rgb(177,118,168); }

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

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

 span { border-color: rgb(177,118,168); }

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