#B39DDA

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

Shades of Biloba Flower #B39DDA

Tints of Biloba Flower #B39DDA

Color information

#B39DDA (or 0xB39DDA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9D and DA. RGB value is (179,157,218). Sum of RGB (Red+Green+Blue) = 179+157+218=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #B39DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DDA is #4C6225. Grayscale: #AAAAAA. Windows color (decimal): -5005862 or 14327219. OLE color: 14327219.

HSL color Cylindrical-coordinate representation of color #B39DDA: hue angle of 261.64º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B39DDA is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179157218-
CMYK0.180.2800.15
HSL261.64º45.19%73.53%-
HSV(B)261.64º27.98%85.49%-
XYZ43.338.7671.53-
YUV170.53154.79134.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=32.31%
G=28.34%
B=39.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791572180.180.2800.15261.6445.1973.53
HexB39DDA121C0F1062d4a
Octal263235332223401740655112
Binary1011001110011101110110101001011100011111000001101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DDA; }

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

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

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

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

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

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

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

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