#B39DEF

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

Shades of Biloba Flower #B39DEF

Tints of Biloba Flower #B39DEF

Color information

#B39DEF (or 0xB39DEF) is unknown color: approx Biloba Flower. HEX triplet: B3, 9D and EF. RGB value is (179,157,239). Sum of RGB (Red+Green+Blue) = 179+157+239=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #B39DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39DEF is #4C6210. Grayscale: #ACACAC. Windows color (decimal): -5005841 or 15703475. OLE color: 15703475.

HSL color Cylindrical-coordinate representation of color #B39DEF: hue angle of 256.1º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B39DEF is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179157239-
CMYK0.250.3400.06
HSL256.1º71.93%77.65%-
HSV(B)256.1º34.31%93.73%-
XYZ46.2339.9386.93-
YUV172.93165.29132.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.13%
GREEN value IS 157 (61.72% from 255) = 27.30%
BLUE value IS 239 (93.75% from 255) = 41.57%
R=31.13%
G=27.30%
B=41.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791572390.250.3400.06256.171.9377.65
HexB39DEF192206100484e
Octal263235357314206400110116
Binary10110011100111011110111111001100010011010000000010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DEF; }

 p { color: rgb(179,157,239); }

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

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

 a { background-color: rgb(179,157,239); }

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

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

 span { border-color: rgb(179,157,239); }

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