#B17CA7

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

Shades of Bouquet #B17CA7

Tints of Bouquet #B17CA7

Color information

#B17CA7 (or 0xB17CA7) is unknown color: approx Bouquet. HEX triplet: B1, 7C and A7. RGB value is (177,124,167). Sum of RGB (Red+Green+Blue) = 177+124+167=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B17CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17CA7 is #4E8358. Grayscale: #909090. Windows color (decimal): -5145433 or 10976433. OLE color: 10976433.

HSL color Cylindrical-coordinate representation of color #B17CA7: hue angle of 311.32º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17CA7 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB177124167-
CMYK00.300.060.31
HSL311.32º25.36%59.02%-
HSV(B)311.32º29.94%69.41%-
XYZ32.3126.5539.98-
YUV144.75140.56151-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 167 (65.62% from 255) = 35.68%
R=37.82%
G=26.50%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712416700.300.060.31311.3225.3659.02
HexB17CA701E61F137193b
Octal2611742470366374673173
Binary101100011111100101001110111101101111110011011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CA7; }

 p { color: rgb(177,124,167); }

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

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

 a { background-color: rgb(177,124,167); }

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

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

 span { border-color: rgb(177,124,167); }

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