#b39ef0

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

Shades of Biloba Flower #B39EF0

Tints of Biloba Flower #B39EF0

Color information

#B39EF0 (or 0xB39EF0) is unknown color: approx Biloba Flower. HEX triplet: B3, 9E and F0. RGB value is (179,158,240). Sum of RGB (Red+Green+Blue) = 179+158+240=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #B39EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39EF0 is #4C610F. Grayscale: #ADADAD. Windows color (decimal): -5005584 or 15769267. OLE color: 15769267.

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

Color convert

RGB179158240-
CMYK0.250.3400.06
HSL255.37º73.21%78.04%-
HSV(B)255.37º34.17%94.12%-
XYZ46.5540.3387.77-
YUV173.63165.46131.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 158 (62.11% from 255) = 27.38%
BLUE value IS 240 (94.14% from 255) = 41.59%
R=31.02%
G=27.38%
B=41.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791582400.250.3400.06255.3773.2178.04
HexB39EF0192206ff494e
Octal263236360314206377111116
Binary1011001110011110111100001100110001001101111111110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b39ef0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b39ef0; }

 p { color: rgb(179,158,240); }

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

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

 a { background-color: rgb(179,158,240); }

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

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

 span { border-color: rgb(179,158,240); }

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