#B39DCB

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

Shades of Biloba Flower #B39DCB

Tints of Biloba Flower #B39DCB

Color information

#B39DCB (or 0xB39DCB) is unknown color: approx Biloba Flower. HEX triplet: B3, 9D and CB. RGB value is (179,157,203). Sum of RGB (Red+Green+Blue) = 179+157+203=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #B39DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DCB is #4C6234. Grayscale: #A8A8A8. Windows color (decimal): -5005877 or 13344179. OLE color: 13344179.

HSL color Cylindrical-coordinate representation of color #B39DCB: hue angle of 268.7º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B39DCB is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179157203-
CMYK0.120.2300.20
HSL268.7º30.67%70.59%-
HSV(B)268.7º22.66%79.61%-
XYZ41.4338.0161.65-
YUV168.82147.29135.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=33.21%
G=29.13%
B=37.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791572030.120.2300.20268.730.6770.59
HexB39DCBC1701410d1f47
Octal263235313142702441537107
Binary101100111001110111001011110010111010100100001101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DCB; }

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

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

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

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

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

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

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

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