#B171A4

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

Shades of Bouquet #B171A4

Tints of Bouquet #B171A4

Color information

#B171A4 (or 0xB171A4) is unknown color: approx Bouquet. HEX triplet: B1, 71 and A4. RGB value is (177,113,164). Sum of RGB (Red+Green+Blue) = 177+113+164=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B171A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B171A4 is #4E8E5B. Grayscale: #898989. Windows color (decimal): -5148252 or 10777009. OLE color: 10777009.

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

Color convert

RGB177113164-
CMYK00.360.070.31
HSL312.19º29.09%56.86%-
HSV(B)312.19º36.16%69.41%-
XYZ30.7423.8438.1-
YUV137.95142.7155.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=38.99%
G=24.89%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711316400.360.070.31312.1929.0956.86
HexB171A402471F1381d39
Octal2611612440447374703571
Binary1011000111100011010010001001001111111110011100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171A4; }

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

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

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

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

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

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

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

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