#B39BEB

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

Shades of Biloba Flower #B39BEB

Tints of Biloba Flower #B39BEB

Color information

#B39BEB (or 0xB39BEB) is unknown color: approx Biloba Flower. HEX triplet: B3, 9B and EB. RGB value is (179,155,235). Sum of RGB (Red+Green+Blue) = 179+155+235=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #B39BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39BEB is #4C6414. Grayscale: #AAAAAA. Windows color (decimal): -5006357 or 15440819. OLE color: 15440819.

HSL color Cylindrical-coordinate representation of color #B39BEB: hue angle of 258º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B39BEB is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179155235-
CMYK0.240.3400.08
HSL258º66.67%76.47%-
HSV(B)258º34.04%92.16%-
XYZ45.3139.0283.74-
YUV171.3163.95133.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.46%
GREEN value IS 155 (60.94% from 255) = 27.24%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=31.46%
G=27.24%
B=41.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791552350.240.3400.0825866.6776.47
HexB39BEB182208102434c
Octal2632333533042010402103114
Binary101100111001101111101011110001000100100010000001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BEB; }

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

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

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

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

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

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

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

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