#B39FC9

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

Shades of Biloba Flower #B39FC9

Tints of Biloba Flower #B39FC9

Color information

#B39FC9 (or 0xB39FC9) is unknown color: approx Biloba Flower. HEX triplet: B3, 9F and C9. RGB value is (179,159,201). Sum of RGB (Red+Green+Blue) = 179+159+201=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 201 - color contains mainly: blue. Hex color #B39FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FC9 is #4C6036. Grayscale: #A9A9A9. Windows color (decimal): -5005367 or 13213619. OLE color: 13213619.

HSL color Cylindrical-coordinate representation of color #B39FC9: hue angle of 268.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B39FC9 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179159201-
CMYK0.110.2100.21
HSL268.57º28%70.59%-
HSV(B)268.57º20.9%78.82%-
XYZ41.5338.660.52-
YUV169.77145.63134.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 201 (78.91% from 255) = 37.29%
R=33.21%
G=29.50%
B=37.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791592010.110.2100.21268.572870.59
HexB39FC9B1501510d1c47
Octal263237311132502541534107
Binary101100111001111111001001101110101010101100001101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FC9; }

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

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

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

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

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

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

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

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