#B39AF4

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

Shades of Biloba Flower #B39AF4

Tints of Biloba Flower #B39AF4

Color information

#B39AF4 (or 0xB39AF4) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and F4. RGB value is (179,154,244). Sum of RGB (Red+Green+Blue) = 179+154+244=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 244 - color contains mainly: blue. Hex color #B39AF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39AF4 is #4C650B. Grayscale: #ABABAB. Windows color (decimal): -5006604 or 16030387. OLE color: 16030387.

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

Color convert

RGB179154244-
CMYK0.270.3700.04
HSL256.67º80.36%78.04%-
HSV(B)256.67º36.89%95.69%-
XYZ46.4839.2390.71-
YUV171.74168.78133.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 244 (95.70% from 255) = 42.29%
R=31.02%
G=26.69%
B=42.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1791542440.270.3700.04256.6780.3678.04
HexB39AF41B2504101504e
Octal263232364334504401120116
Binary10110011100110101111010011011100101010010000000110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AF4; }

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

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

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

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

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

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

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

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