#B4749E

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

Shades of Bouquet #B4749E

Tints of Bouquet #B4749E

Color information

#B4749E (or 0xB4749E) is unknown color: approx Bouquet. HEX triplet: B4, 74 and 9E. RGB value is (180,116,158). Sum of RGB (Red+Green+Blue) = 180+116+158=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4749E is #4B8B61. Grayscale: #8B8B8B. Windows color (decimal): -4950882 or 10384564. OLE color: 10384564.

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

Color convert

RGB180116158-
CMYK00.360.120.29
HSL320.62º29.91%58.04%-
HSV(B)320.62º35.56%70.59%-
XYZ31.2424.6635.46-
YUV139.92138.2156.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 116 (45.70% from 255) = 25.55%
BLUE value IS 158 (62.11% from 255) = 34.80%
R=39.65%
G=25.55%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011615800.360.120.29320.6229.9158.04
HexB4749E024C1D1411e3a
Octal26416423604414355013672
Binary10110100111010010011110010010011001110110100000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4749E; }

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

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

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

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

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

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

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

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