#B39DDB

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

Shades of Biloba Flower #B39DDB

Tints of Biloba Flower #B39DDB

Color information

#B39DDB (or 0xB39DDB) is unknown color: approx Biloba Flower. HEX triplet: B3, 9D and DB. RGB value is (179,157,219). Sum of RGB (Red+Green+Blue) = 179+157+219=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #B39DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DDB is #4C6224. Grayscale: #AAAAAA. Windows color (decimal): -5005861 or 14392755. OLE color: 14392755.

HSL color Cylindrical-coordinate representation of color #B39DDB: hue angle of 261.29º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B39DDB is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179157219-
CMYK0.180.2800.14
HSL261.29º46.27%73.73%-
HSV(B)261.29º28.31%85.88%-
XYZ43.4338.8172.22-
YUV170.65155.29133.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.25%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=32.25%
G=28.29%
B=39.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791572190.180.2800.14261.2946.2773.73
HexB39DDB121C0E1052e4a
Octal263235333223401640556112
Binary1011001110011101110110111001011100011101000001011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DDB; }

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

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

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

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

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

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

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

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