#B39EDF

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

Shades of Biloba Flower #B39EDF

Tints of Biloba Flower #B39EDF

Color information

#B39EDF (or 0xB39EDF) is unknown color: approx Biloba Flower. HEX triplet: B3, 9E and DF. RGB value is (179,158,223). Sum of RGB (Red+Green+Blue) = 179+158+223=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #B39EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EDF is #4C6120. Grayscale: #ABABAB. Windows color (decimal): -5005601 or 14655155. OLE color: 14655155.

HSL color Cylindrical-coordinate representation of color #B39EDF: hue angle of 259.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B39EDF is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179158223-
CMYK0.200.2900.13
HSL259.38º50.39%74.71%-
HSV(B)259.38º29.15%87.45%-
XYZ44.1439.3775.08-
YUV171.69156.96133.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.96%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=31.96%
G=28.21%
B=39.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791582230.200.2900.13259.3850.3974.71
HexB39EDF141D0D103324b
Octal263236337243501540362113
Binary1011001110011110110111111010011101011011000000111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EDF; }

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

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

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

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

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

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

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

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