#B39FEC

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

Shades of Biloba Flower #B39FEC

Tints of Biloba Flower #B39FEC

Color information

#B39FEC (or 0xB39FEC) is unknown color: approx Biloba Flower. HEX triplet: B3, 9F and EC. RGB value is (179,159,236). Sum of RGB (Red+Green+Blue) = 179+159+236=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #B39FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39FEC is #4C6013. Grayscale: #ADADAD. Windows color (decimal): -5005332 or 15507379. OLE color: 15507379.

HSL color Cylindrical-coordinate representation of color #B39FEC: hue angle of 255.58º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B39FEC is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179159236-
CMYK0.240.3300.07
HSL255.58º66.96%77.45%-
HSV(B)255.58º32.63%92.55%-
XYZ46.1340.4484.73-
YUV173.76163.13131.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.18%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 236 (92.58% from 255) = 41.11%
R=31.18%
G=27.70%
B=41.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791592360.240.3300.07255.5866.9677.45
HexB39FEC182107100434d
Octal263237354304107400103115
Binary10110011100111111110110011000100001011110000000010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FEC; }

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

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

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

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

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

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

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

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