#B39DC9

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

Shades of Biloba Flower #B39DC9

Tints of Biloba Flower #B39DC9

Color information

#B39DC9 (or 0xB39DC9) is unknown color: approx Biloba Flower. HEX triplet: B3, 9D and C9. RGB value is (179,157,201). Sum of RGB (Red+Green+Blue) = 179+157+201=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 201 - color contains mainly: blue. Hex color #B39DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DC9 is #4C6236. Grayscale: #A8A8A8. Windows color (decimal): -5005879 or 13213107. OLE color: 13213107.

HSL color Cylindrical-coordinate representation of color #B39DC9: hue angle of 270º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B39DC9 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179157201-
CMYK0.110.2200.21
HSL270º28.95%70.2%-
HSV(B)270º21.89%78.82%-
XYZ41.1937.9160.41-
YUV168.59146.29135.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=33.33%
G=29.24%
B=37.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791572010.110.2200.2127028.9570.2
HexB39DC9B1601510e1d46
Octal263235311132602541635106
Binary101100111001110111001001101110110010101100001110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DC9; }

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

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

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

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

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

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

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

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