#B1749E

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

Shades of Bouquet #B1749E

Tints of Bouquet #B1749E

Color information

#B1749E (or 0xB1749E) is unknown color: approx Bouquet. HEX triplet: B1, 74 and 9E. RGB value is (177,116,158). Sum of RGB (Red+Green+Blue) = 177+116+158=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1749E is #4E8B61. Grayscale: #8A8A8A. Windows color (decimal): -5147490 or 10384561. OLE color: 10384561.

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

Color convert

RGB177116158-
CMYK00.340.110.31
HSL318.69º28.11%57.45%-
HSV(B)318.69º34.46%69.41%-
XYZ30.5524.3135.43-
YUV139.03138.71155.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=39.25%
G=25.72%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711615800.340.110.31318.6928.1157.45
HexB1749E022B1F13f1c39
Octal26116423604213374773471
Binary10110001111010010011110010001010111111110011111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1749E; }

 p { color: rgb(177,116,158); }

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

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

 a { background-color: rgb(177,116,158); }

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

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

 span { border-color: rgb(177,116,158); }

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