#B377A6

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

Shades of Bouquet #B377A6

Tints of Bouquet #B377A6

Color information

#B377A6 (or 0xB377A6) is unknown color: approx Bouquet. HEX triplet: B3, 77 and A6. RGB value is (179,119,166). Sum of RGB (Red+Green+Blue) = 179+119+166=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B377A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377A6 is #4C8859. Grayscale: #8E8E8E. Windows color (decimal): -5015642 or 10909619. OLE color: 10909619.

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

Color convert

RGB179119166-
CMYK00.340.070.30
HSL313º28.3%58.43%-
HSV(B)313º33.52%70.2%-
XYZ32.0725.5339.31-
YUV142.3141.38154.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 166 (65.23% from 255) = 35.78%
R=38.58%
G=25.65%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911916600.340.070.3031328.358.43
HexB377A602271E1391c3a
Octal2631672460427364713472
Binary1011001111101111010011001000101111111010011100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B377A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B377A6; }

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

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

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

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

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

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

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

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