#B39EFA

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

Shades of Biloba Flower #B39EFA

Tints of Biloba Flower #B39EFA

Color information

#B39EFA (or 0xB39EFA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9E and FA. RGB value is (179,158,250). Sum of RGB (Red+Green+Blue) = 179+158+250=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #B39EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39EFA is #4C6105. Grayscale: #AEAEAE. Windows color (decimal): -5005574 or 16424627. OLE color: 16424627.

HSL color Cylindrical-coordinate representation of color #B39EFA: hue angle of 253.7º 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 #B39EFA is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179158250-
CMYK0.280.3700.02
HSL253.7º90.2%80%-
HSV(B)253.7º36.8%98.04%-
XYZ48.0740.9495.81-
YUV174.77170.46131.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 158 (62.11% from 255) = 26.92%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=30.49%
G=26.92%
B=42.59%

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
Decimal1791582500.280.3700.02253.790.280
HexB39EFA1C2502fe5a50
Octal263236372344502376132120
Binary101100111001111011111010111001001010101111111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EFA; }

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

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

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

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

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

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

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

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