#B39DFA

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

Shades of Biloba Flower #B39DFA

Tints of Biloba Flower #B39DFA

Color information

#B39DFA (or 0xB39DFA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9D and FA. RGB value is (179,157,250). Sum of RGB (Red+Green+Blue) = 179+157+250=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #B39DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39DFA is #4C6205. Grayscale: #ADADAD. Windows color (decimal): -5005830 or 16424371. OLE color: 16424371.

HSL color Cylindrical-coordinate representation of color #B39DFA: hue angle of 254.19º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B39DFA is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179157250-
CMYK0.280.3700.02
HSL254.19º90.29%79.8%-
HSV(B)254.19º37.2%98.04%-
XYZ47.940.695.75-
YUV174.18170.79131.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.55%
GREEN value IS 157 (61.72% from 255) = 26.79%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=30.55%
G=26.79%
B=42.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791572500.280.3700.02254.1990.2979.8
HexB39DFA1C2502fe5a50
Octal263235372344502376132120
Binary101100111001110111111010111001001010101111111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DFA; }

 p { color: rgb(179,157,250); }

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

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

 a { background-color: rgb(179,157,250); }

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

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

 span { border-color: rgb(179,157,250); }

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