#B39DD9

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

Shades of Biloba Flower #B39DD9

Tints of Biloba Flower #B39DD9

Color information

#B39DD9 (or 0xB39DD9) is unknown color: approx Biloba Flower. HEX triplet: B3, 9D and D9. RGB value is (179,157,217). Sum of RGB (Red+Green+Blue) = 179+157+217=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #B39DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DD9 is #4C6226. Grayscale: #AAAAAA. Windows color (decimal): -5005863 or 14261683. OLE color: 14261683.

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

Color convert

RGB179157217-
CMYK0.180.2800.15
HSL262º44.12%73.33%-
HSV(B)262º27.65%85.1%-
XYZ43.1738.7170.84-
YUV170.42154.29134.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=32.37%
G=28.39%
B=39.24%

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
Decimal1791572170.180.2800.1526244.1273.33
HexB39DD9121C0F1062c49
Octal263235331223401740654111
Binary1011001110011101110110011001011100011111000001101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DD9; }

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

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

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

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

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

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

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

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