#B39DEA

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

Shades of Biloba Flower #B39DEA

Tints of Biloba Flower #B39DEA

Color information

#B39DEA (or 0xB39DEA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9D and EA. RGB value is (179,157,234). Sum of RGB (Red+Green+Blue) = 179+157+234=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #B39DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39DEA is #4C6215. Grayscale: #ACACAC. Windows color (decimal): -5005846 or 15375795. OLE color: 15375795.

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

Color convert

RGB179157234-
CMYK0.240.3300.08
HSL257.14º64.71%76.67%-
HSV(B)257.14º32.91%91.76%-
XYZ45.539.6483.09-
YUV172.36162.79132.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.40%
GREEN value IS 157 (61.72% from 255) = 27.54%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=31.40%
G=27.54%
B=41.05%

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
Decimal1791572340.240.3300.08257.1464.7176.67
HexB39DEA182108101414d
Octal2632353523041010401101115
Binary101100111001110111101010110001000010100010000000110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DEA; }

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

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

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

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

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

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

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

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