#B39AC9

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

Shades of Biloba Flower #B39AC9

Tints of Biloba Flower #B39AC9

Color information

#B39AC9 (or 0xB39AC9) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and C9. RGB value is (179,154,201). Sum of RGB (Red+Green+Blue) = 179+154+201=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #B39AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39AC9 is #4C6536. Grayscale: #A6A6A6. Windows color (decimal): -5006647 or 13212339. OLE color: 13212339.

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

Color convert

RGB179154201-
CMYK0.110.2300.21
HSL271.91º30.32%69.61%-
HSV(B)271.91º23.38%78.82%-
XYZ40.6936.9160.24-
YUV166.83147.28136.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.52%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 201 (78.91% from 255) = 37.64%
R=33.52%
G=28.84%
B=37.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791542010.110.2300.21271.9130.3269.61
HexB39AC9B170151101e46
Octal263232311132702542036106
Binary101100111001101011001001101110111010101100010000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AC9; }

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

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

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

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

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

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

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

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