#B39BDD

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

Shades of Biloba Flower #B39BDD

Tints of Biloba Flower #B39BDD

Color information

#B39BDD (or 0xB39BDD) is unknown color: approx Biloba Flower. HEX triplet: B3, 9B and DD. RGB value is (179,155,221). Sum of RGB (Red+Green+Blue) = 179+155+221=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #B39BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BDD is #4C6422. Grayscale: #A9A9A9. Windows color (decimal): -5006371 or 14523315. OLE color: 14523315.

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

Color convert

RGB179155221-
CMYK0.190.3000.13
HSL261.82º49.25%73.73%-
HSV(B)261.82º29.86%86.67%-
XYZ43.3638.2573.5-
YUV169.7156.95134.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.25%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=32.25%
G=27.93%
B=39.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791552210.190.3000.13261.8249.2573.73
HexB39BDD131E0D106314a
Octal263233335233601540661112
Binary1011001110011011110111011001111110011011000001101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BDD; }

 p { color: rgb(179,155,221); }

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

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

 a { background-color: rgb(179,155,221); }

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

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

 span { border-color: rgb(179,155,221); }

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