#B39FDF

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

Shades of Biloba Flower #B39FDF

Tints of Biloba Flower #B39FDF

Color information

#B39FDF (or 0xB39FDF) is unknown color: approx Biloba Flower. HEX triplet: B3, 9F and DF. RGB value is (179,159,223). Sum of RGB (Red+Green+Blue) = 179+159+223=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #B39FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FDF is #4C6020. Grayscale: #ACACAC. Windows color (decimal): -5005345 or 14655411. OLE color: 14655411.

HSL color Cylindrical-coordinate representation of color #B39FDF: hue angle of 258.75º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B39FDF is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179159223-
CMYK0.200.2900.13
HSL258.75º50%74.9%-
HSV(B)258.75º28.7%87.45%-
XYZ44.3139.7175.14-
YUV172.28156.63132.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=31.91%
G=28.34%
B=39.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791592230.200.2900.13258.755074.9
HexB39FDF141D0D103324b
Octal263237337243501540362113
Binary1011001110011111110111111010011101011011000000111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FDF; }

 p { color: rgb(179,159,223); }

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

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

 a { background-color: rgb(179,159,223); }

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

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

 span { border-color: rgb(179,159,223); }

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