#B377A2

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

Shades of Bouquet #B377A2

Tints of Bouquet #B377A2

Color information

#B377A2 (or 0xB377A2) is unknown color: approx Bouquet. HEX triplet: B3, 77 and A2. RGB value is (179,119,162). Sum of RGB (Red+Green+Blue) = 179+119+162=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B377A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377A2 is #4C885D. Grayscale: #8D8D8D. Windows color (decimal): -5015646 or 10647475. OLE color: 10647475.

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

Color convert

RGB179119162-
CMYK00.340.090.30
HSL317º28.3%58.43%-
HSV(B)317º33.52%70.2%-
XYZ31.7125.3937.41-
YUV141.84139.38154.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 162 (63.67% from 255) = 35.22%
R=38.91%
G=25.87%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911916200.340.090.3031728.358.43
HexB377A202291E13d1c3a
Octal26316724204211364753472
Binary10110011111011110100010010001010011111010011110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B377A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B377A2; }

 p { color: rgb(179,119,162); }

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

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

 a { background-color: rgb(179,119,162); }

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

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

 span { border-color: rgb(179,119,162); }

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