#B39FEA

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

Shades of Biloba Flower #B39FEA

Tints of Biloba Flower #B39FEA

Color information

#B39FEA (or 0xB39FEA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9F and EA. RGB value is (179,159,234). Sum of RGB (Red+Green+Blue) = 179+159+234=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #B39FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39FEA is #4C6015. Grayscale: #ADADAD. Windows color (decimal): -5005334 or 15376307. OLE color: 15376307.

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

Color convert

RGB179159234-
CMYK0.240.3200.08
HSL256º64.1%77.06%-
HSV(B)256º32.05%91.76%-
XYZ45.8440.3283.21-
YUV173.53162.13131.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.29%
GREEN value IS 159 (62.5% from 255) = 27.80%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=31.29%
G=27.80%
B=40.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791592340.240.3200.0825664.177.06
HexB39FEA182008100404d
Octal2632373523040010400100115
Binary101100111001111111101010110001000000100010000000010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FEA; }

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

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

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

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

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

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

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

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