#B3739E

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

Shades of Bouquet #B3739E

Tints of Bouquet #B3739E

Color information

#B3739E (or 0xB3739E) is unknown color: approx Bouquet. HEX triplet: B3, 73 and 9E. RGB value is (179,115,158). Sum of RGB (Red+Green+Blue) = 179+115+158=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3739E is #4C8C61. Grayscale: #8A8A8A. Windows color (decimal): -5016674 or 10384307. OLE color: 10384307.

HSL color Cylindrical-coordinate representation of color #B3739E: hue angle of 319.69º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3739E is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB179115158-
CMYK00.360.120.30
HSL319.69º29.63%57.65%-
HSV(B)319.69º35.75%70.2%-
XYZ30.8924.3135.41-
YUV139.04138.7156.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=39.60%
G=25.44%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911515800.360.120.30319.6929.6357.65
HexB3739E024C1E1401e3a
Octal26316323604414365003672
Binary10110011111001110011110010010011001111010100000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3739E; }

 p { color: rgb(179,115,158); }

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

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

 a { background-color: rgb(179,115,158); }

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

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

 span { border-color: rgb(179,115,158); }

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