#B39CDE

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

Shades of Biloba Flower #B39CDE

Tints of Biloba Flower #B39CDE

Color information

#B39CDE (or 0xB39CDE) is unknown color: approx Biloba Flower. HEX triplet: B3, 9C and DE. RGB value is (179,156,222). Sum of RGB (Red+Green+Blue) = 179+156+222=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #B39CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39CDE is #4C6321. Grayscale: #AAAAAA. Windows color (decimal): -5006114 or 14589107. OLE color: 14589107.

HSL color Cylindrical-coordinate representation of color #B39CDE: hue angle of 260.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B39CDE is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179156222-
CMYK0.190.3000.13
HSL260.91º50%74.12%-
HSV(B)260.91º29.73%87.06%-
XYZ43.6638.6374.26-
YUV170.4157.12134.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 156 (61.33% from 255) = 28.01%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=32.14%
G=28.01%
B=39.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791562220.190.3000.13260.915074.12
HexB39CDE131E0D105324a
Octal263234336233601540562112
Binary1011001110011100110111101001111110011011000001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CDE; }

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

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

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

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

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

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

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

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