#B2749E

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

Shades of Bouquet #B2749E

Tints of Bouquet #B2749E

Color information

#B2749E (or 0xB2749E) is unknown color: approx Bouquet. HEX triplet: B2, 74 and 9E. RGB value is (178,116,158). Sum of RGB (Red+Green+Blue) = 178+116+158=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2749E is #4D8B61. Grayscale: #8B8B8B. Windows color (decimal): -5081954 or 10384562. OLE color: 10384562.

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

Color convert

RGB178116158-
CMYK00.350.110.30
HSL319.35º28.7%57.65%-
HSV(B)319.35º34.83%69.8%-
XYZ30.7824.4235.44-
YUV139.33138.54155.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=39.38%
G=25.66%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811615800.350.110.30319.3528.757.65
HexB2749E023B1E13f1d3a
Octal26216423604313364773572
Binary10110010111010010011110010001110111111010011111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2749E; }

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

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

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

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

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

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

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

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