#B39BDA

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

Shades of Biloba Flower #B39BDA

Tints of Biloba Flower #B39BDA

Color information

#B39BDA (or 0xB39BDA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9B and DA. RGB value is (179,155,218). Sum of RGB (Red+Green+Blue) = 179+155+218=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #B39BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BDA is #4C6425. Grayscale: #A9A9A9. Windows color (decimal): -5006374 or 14326707. OLE color: 14326707.

HSL color Cylindrical-coordinate representation of color #B39BDA: hue angle of 262.86º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B39BDA is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179155218-
CMYK0.180.2900.15
HSL262.86º45.99%73.14%-
HSV(B)262.86º28.9%85.49%-
XYZ42.9738.0971.42-
YUV169.36155.45134.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.43%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=32.43%
G=28.08%
B=39.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791552180.180.2900.15262.8645.9973.14
HexB39BDA121D0F1072e49
Octal263233332223501740756111
Binary1011001110011011110110101001011101011111000001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BDA; }

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

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

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

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

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

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

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

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