#B39BF4

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

Shades of Biloba Flower #B39BF4

Tints of Biloba Flower #B39BF4

Color information

#B39BF4 (or 0xB39BF4) is unknown color: approx Biloba Flower. HEX triplet: B3, 9B and F4. RGB value is (179,155,244). Sum of RGB (Red+Green+Blue) = 179+155+244=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #B39BF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39BF4 is #4C640B. Grayscale: #ABABAB. Windows color (decimal): -5006348 or 16030643. OLE color: 16030643.

HSL color Cylindrical-coordinate representation of color #B39BF4: hue angle of 256.18º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B39BF4 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB179155244-
CMYK0.270.3600.04
HSL256.18º80.18%78.24%-
HSV(B)256.18º36.48%95.69%-
XYZ46.6439.5690.77-
YUV172.32168.45132.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.97%
GREEN value IS 155 (60.94% from 255) = 26.82%
BLUE value IS 244 (95.70% from 255) = 42.21%
R=30.97%
G=26.82%
B=42.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1791552440.270.3600.04256.1880.1878.24
HexB39BF41B2404100504e
Octal263233364334404400120116
Binary10110011100110111111010011011100100010010000000010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BF4; }

 p { color: rgb(179,155,244); }

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

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

 a { background-color: rgb(179,155,244); }

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

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

 span { border-color: rgb(179,155,244); }

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