#B39ADE

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

Shades of Biloba Flower #B39ADE

Tints of Biloba Flower #B39ADE

Color information

#B39ADE (or 0xB39ADE) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and DE. RGB value is (179,154,222). Sum of RGB (Red+Green+Blue) = 179+154+222=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #B39ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ADE is #4C6521. Grayscale: #A8A8A8. Windows color (decimal): -5006626 or 14588595. OLE color: 14588595.

HSL color Cylindrical-coordinate representation of color #B39ADE: hue angle of 262.06º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B39ADE is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179154222-
CMYK0.190.3100.13
HSL262.06º50.75%73.73%-
HSV(B)262.06º30.63%87.06%-
XYZ43.3337.9774.15-
YUV169.23157.78134.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.25%
GREEN value IS 154 (60.55% from 255) = 27.75%
BLUE value IS 222 (87.11% from 255) = 40%
R=32.25%
G=27.75%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791542220.190.3100.13262.0650.7573.73
HexB39ADE131F0D106334a
Octal263232336233701540663112
Binary1011001110011010110111101001111111011011000001101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39ADE; }

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

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

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

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

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

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

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

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