#B1719E

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

Shades of Bouquet #B1719E

Tints of Bouquet #B1719E

Color information

#B1719E (or 0xB1719E) is unknown color: approx Bouquet. HEX triplet: B1, 71 and 9E. RGB value is (177,113,158). Sum of RGB (Red+Green+Blue) = 177+113+158=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1719E is #4E8E61. Grayscale: #898989. Windows color (decimal): -5148258 or 10383793. OLE color: 10383793.

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

Color convert

RGB177113158-
CMYK00.360.110.31
HSL317.81º29.09%56.86%-
HSV(B)317.81º36.16%69.41%-
XYZ30.2123.6335.32-
YUV137.27139.7156.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 113 (44.53% from 255) = 25.22%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=39.51%
G=25.22%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711315800.360.110.31317.8129.0956.86
HexB1719E024B1F13e1d39
Octal26116123604413374763571
Binary10110001111000110011110010010010111111110011111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1719E; }

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

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

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

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

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

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

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

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