#B39FC6

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

Shades of Biloba Flower #B39FC6

Tints of Biloba Flower #B39FC6

Color information

#B39FC6 (or 0xB39FC6) is unknown color: approx Biloba Flower. HEX triplet: B3, 9F and C6. RGB value is (179,159,198). Sum of RGB (Red+Green+Blue) = 179+159+198=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 198 - color contains mainly: blue. Hex color #B39FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FC6 is #4C6039. Grayscale: #A9A9A9. Windows color (decimal): -5005370 or 13017011. OLE color: 13017011.

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

Color convert

RGB179159198-
CMYK0.100.2000.22
HSL270.77º25.49%70%-
HSV(B)270.77º19.7%77.65%-
XYZ41.1838.4658.68-
YUV169.43144.13134.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 198 (77.73% from 255) = 36.94%
R=33.40%
G=29.66%
B=36.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791591980.100.2000.22270.7725.4970
HexB39FC6A1401610f1946
Octal263237306122402641731106
Binary101100111001111111000110101010100010110100001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FC6; }

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

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

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

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

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

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

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

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