#B39AD9

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

Shades of Biloba Flower #B39AD9

Tints of Biloba Flower #B39AD9

Color information

#B39AD9 (or 0xB39AD9) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and D9. RGB value is (179,154,217). Sum of RGB (Red+Green+Blue) = 179+154+217=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #B39AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39AD9 is #4C6526. Grayscale: #A8A8A8. Windows color (decimal): -5006631 or 14260915. OLE color: 14260915.

HSL color Cylindrical-coordinate representation of color #B39AD9: hue angle of 263.81º degrees, saturation: 0.45, 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 #B39AD9 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179154217-
CMYK0.180.2900.15
HSL263.81º45.32%72.75%-
HSV(B)263.81º29.03%85.1%-
XYZ42.6737.770.67-
YUV168.66155.28135.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.55%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 217 (85.16% from 255) = 39.45%
R=32.55%
G=28%
B=39.45%

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
Decimal1791542170.180.2900.15263.8145.3272.75
HexB39AD9121D0F1082d49
Octal263232331223501741055111
Binary1011001110011010110110011001011101011111000010001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AD9; }

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

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

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

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

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

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

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

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