#B39EDB

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

Shades of Biloba Flower #B39EDB

Tints of Biloba Flower #B39EDB

Color information

#B39EDB (or 0xB39EDB) is unknown color: approx Biloba Flower. HEX triplet: B3, 9E and DB. RGB value is (179,158,219). Sum of RGB (Red+Green+Blue) = 179+158+219=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #B39EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EDB is #4C6124. Grayscale: #ABABAB. Windows color (decimal): -5005605 or 14393011. OLE color: 14393011.

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

Color convert

RGB179158219-
CMYK0.180.2800.14
HSL260.66º45.86%73.92%-
HSV(B)260.66º27.85%85.88%-
XYZ43.639.1572.28-
YUV171.23154.96133.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=32.19%
G=28.42%
B=39.39%

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
Decimal1791582190.180.2800.14260.6645.8673.92
HexB39EDB121C0E1052e4a
Octal263236333223401640556112
Binary1011001110011110110110111001011100011101000001011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EDB; }

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

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

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

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

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

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

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

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