#B39CEA

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

Shades of Biloba Flower #B39CEA

Tints of Biloba Flower #B39CEA

Color information

#B39CEA (or 0xB39CEA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9C and EA. RGB value is (179,156,234). Sum of RGB (Red+Green+Blue) = 179+156+234=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #B39CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39CEA is #4C6315. Grayscale: #ABABAB. Windows color (decimal): -5006102 or 15375539. OLE color: 15375539.

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

Color convert

RGB179156234-
CMYK0.240.3300.08
HSL257.69º65%76.47%-
HSV(B)257.69º33.33%91.76%-
XYZ45.3339.383.04-
YUV171.77163.12133.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.46%
GREEN value IS 156 (61.33% from 255) = 27.42%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=31.46%
G=27.42%
B=41.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791562340.240.3300.08257.696576.47
HexB39CEA182108102414c
Octal2632343523041010402101114
Binary101100111001110011101010110001000010100010000001010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CEA; }

 p { color: rgb(179,156,234); }

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

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

 a { background-color: rgb(179,156,234); }

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

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

 span { border-color: rgb(179,156,234); }

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