#B17DA1

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

Shades of Bouquet #B17DA1

Tints of Bouquet #B17DA1

Color information

#B17DA1 (or 0xB17DA1) is unknown color: approx Bouquet. HEX triplet: B1, 7D and A1. RGB value is (177,125,161). Sum of RGB (Red+Green+Blue) = 177+125+161=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DA1 is #4E825E. Grayscale: #909090. Windows color (decimal): -5145183 or 10583473. OLE color: 10583473.

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

Color convert

RGB177125161-
CMYK00.290.090.31
HSL318.46º25%59.22%-
HSV(B)318.46º29.38%69.41%-
XYZ31.926.5937.17-
YUV144.65137.23151.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 125 (49.22% from 255) = 27.00%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=38.23%
G=27.00%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712516100.290.090.31318.462559.22
HexB17DA101D91F13e193b
Octal26117524103511374763173
Binary1011000111111011010000101110110011111110011111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DA1; }

 p { color: rgb(177,125,161); }

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

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

 a { background-color: rgb(177,125,161); }

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

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

 span { border-color: rgb(177,125,161); }

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