#B3749E

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

Shades of Bouquet #B3749E

Tints of Bouquet #B3749E

Color information

#B3749E (or 0xB3749E) is unknown color: approx Bouquet. HEX triplet: B3, 74 and 9E. RGB value is (179,116,158). Sum of RGB (Red+Green+Blue) = 179+116+158=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3749E is #4C8B61. Grayscale: #8B8B8B. Windows color (decimal): -5016418 or 10384563. OLE color: 10384563.

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

Color convert

RGB179116158-
CMYK00.350.120.30
HSL320º29.3%57.84%-
HSV(B)320º35.2%70.2%-
XYZ31.0124.5435.45-
YUV139.62138.37156.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=39.51%
G=25.61%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911615800.350.120.3032029.357.84
HexB3749E023C1E1401d3a
Octal26316423604314365003572
Binary10110011111010010011110010001111001111010100000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3749E; }

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

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

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

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

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

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

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

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