#B39BC6

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

Shades of Biloba Flower #B39BC6

Tints of Biloba Flower #B39BC6

Color information

#B39BC6 (or 0xB39BC6) is unknown color: approx Biloba Flower. HEX triplet: B3, 9B and C6. RGB value is (179,155,198). Sum of RGB (Red+Green+Blue) = 179+155+198=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #B39BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BC6 is #4C6439. Grayscale: #A6A6A6. Windows color (decimal): -5006394 or 13015987. OLE color: 13015987.

HSL color Cylindrical-coordinate representation of color #B39BC6: hue angle of 273.49º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B39BC6 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179155198-
CMYK0.100.2200.22
HSL273.49º27.39%69.22%-
HSV(B)273.49º21.72%77.65%-
XYZ40.537.158.45-
YUV167.08145.45136.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.65%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 198 (77.73% from 255) = 37.22%
R=33.65%
G=29.14%
B=37.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791551980.100.2200.22273.4927.3969.22
HexB39BC6A160161111b45
Octal263233306122602642133105
Binary101100111001101111000110101010110010110100010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BC6; }

 p { color: rgb(179,155,198); }

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

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

 a { background-color: rgb(179,155,198); }

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

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

 span { border-color: rgb(179,155,198); }

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