#B39AEA

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

Shades of Biloba Flower #B39AEA

Tints of Biloba Flower #B39AEA

Color information

#B39AEA (or 0xB39AEA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and EA. RGB value is (179,154,234). Sum of RGB (Red+Green+Blue) = 179+154+234=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #B39AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39AEA is #4C6515. Grayscale: #AAAAAA. Windows color (decimal): -5006614 or 15375027. OLE color: 15375027.

HSL color Cylindrical-coordinate representation of color #B39AEA: hue angle of 258.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B39AEA is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179154234-
CMYK0.240.3400.08
HSL258.75º65.57%76.08%-
HSV(B)258.75º34.19%91.76%-
XYZ4538.6482.93-
YUV170.59163.78134-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.57%
GREEN value IS 154 (60.55% from 255) = 27.16%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=31.57%
G=27.16%
B=41.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791542340.240.3400.08258.7565.5776.08
HexB39AEA182208103424c
Octal2632323523042010403102114
Binary101100111001101011101010110001000100100010000001110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AEA; }

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

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

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

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

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

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

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

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