#B39AEF

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

Shades of Biloba Flower #B39AEF

Tints of Biloba Flower #B39AEF

Color information

#B39AEF (or 0xB39AEF) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and EF. RGB value is (179,154,239). Sum of RGB (Red+Green+Blue) = 179+154+239=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #B39AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39AEF is #4C6510. Grayscale: #AAAAAA. Windows color (decimal): -5006609 or 15702707. OLE color: 15702707.

HSL color Cylindrical-coordinate representation of color #B39AEF: hue angle of 257.65º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B39AEF is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179154239-
CMYK0.250.3600.06
HSL257.65º72.65%77.06%-
HSV(B)257.65º35.56%93.73%-
XYZ45.7338.9386.76-
YUV171.16166.28133.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.29%
GREEN value IS 154 (60.55% from 255) = 26.92%
BLUE value IS 239 (93.75% from 255) = 41.78%
R=31.29%
G=26.92%
B=41.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791542390.250.3600.06257.6572.6577.06
HexB39AEF192406102494d
Octal263232357314406402111115
Binary10110011100110101110111111001100100011010000001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AEF; }

 p { color: rgb(179,154,239); }

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

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

 a { background-color: rgb(179,154,239); }

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

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

 span { border-color: rgb(179,154,239); }

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