#B377A4

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

Shades of Bouquet #B377A4

Tints of Bouquet #B377A4

Color information

#B377A4 (or 0xB377A4) is unknown color: approx Bouquet. HEX triplet: B3, 77 and A4. RGB value is (179,119,164). Sum of RGB (Red+Green+Blue) = 179+119+164=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B377A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377A4 is #4C885B. Grayscale: #8D8D8D. Windows color (decimal): -5015644 or 10778547. OLE color: 10778547.

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

Color convert

RGB179119164-
CMYK00.340.080.30
HSL315º28.3%58.43%-
HSV(B)315º33.52%70.2%-
XYZ31.8925.4638.36-
YUV142.07140.38154.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 164 (64.45% from 255) = 35.50%
R=38.74%
G=25.76%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911916400.340.080.3031528.358.43
HexB377A402281E13b1c3a
Octal26316724404210364733472
Binary10110011111011110100100010001010001111010011101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B377A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B377A4; }

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

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

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

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

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

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

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

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