#B39AD5

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

Shades of Biloba Flower #B39AD5

Tints of Biloba Flower #B39AD5

Color information

#B39AD5 (or 0xB39AD5) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and D5. RGB value is (179,154,213). Sum of RGB (Red+Green+Blue) = 179+154+213=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #B39AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39AD5 is #4C652A. Grayscale: #A7A7A7. Windows color (decimal): -5006635 or 13998771. OLE color: 13998771.

HSL color Cylindrical-coordinate representation of color #B39AD5: hue angle of 265.42º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B39AD5 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179154213-
CMYK0.160.2800.16
HSL265.42º41.26%71.96%-
HSV(B)265.42º27.7%83.53%-
XYZ42.1637.567.97-
YUV168.2153.28135.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.78%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 213 (83.59% from 255) = 39.01%
R=32.78%
G=28.21%
B=39.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791542130.160.2800.16265.4241.2671.96
HexB39AD5101C0101092948
Octal263232325203402041151110
Binary10110011100110101101010110000111000100001000010011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AD5; }

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

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

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

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

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

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

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

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