#B39BDF

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

Shades of Biloba Flower #B39BDF

Tints of Biloba Flower #B39BDF

Color information

#B39BDF (or 0xB39BDF) is unknown color: approx Biloba Flower. HEX triplet: B3, 9B and DF. RGB value is (179,155,223). Sum of RGB (Red+Green+Blue) = 179+155+223=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #B39BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BDF is #4C6420. Grayscale: #A9A9A9. Windows color (decimal): -5006369 or 14654387. OLE color: 14654387.

HSL color Cylindrical-coordinate representation of color #B39BDF: hue angle of 261.18º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B39BDF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179155223-
CMYK0.200.3000.13
HSL261.18º51.52%74.12%-
HSV(B)261.18º30.49%87.45%-
XYZ43.6338.3574.92-
YUV169.93157.95134.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 155 (60.94% from 255) = 27.83%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=32.14%
G=27.83%
B=40.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791552230.200.3000.13261.1851.5274.12
HexB39BDF141E0D105344a
Octal263233337243601540564112
Binary1011001110011011110111111010011110011011000001011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BDF; }

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

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

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

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

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

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

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

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