#B39ADA

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

Shades of Biloba Flower #B39ADA

Tints of Biloba Flower #B39ADA

Color information

#B39ADA (or 0xB39ADA) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and DA. RGB value is (179,154,218). Sum of RGB (Red+Green+Blue) = 179+154+218=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #B39ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ADA is #4C6525. Grayscale: #A8A8A8. Windows color (decimal): -5006630 or 14326451. OLE color: 14326451.

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

Color convert

RGB179154218-
CMYK0.180.2900.15
HSL263.44º46.38%72.94%-
HSV(B)263.44º29.36%85.49%-
XYZ42.837.7671.36-
YUV168.77155.78135.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.49%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=32.49%
G=27.95%
B=39.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791542180.180.2900.15263.4446.3872.94
HexB39ADA121D0F1072e49
Octal263232332223501740756111
Binary1011001110011010110110101001011101011111000001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39ADA; }

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

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

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

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

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

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

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

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