#B39BD2

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

Shades of Biloba Flower #B39BD2

Tints of Biloba Flower #B39BD2

Color information

#B39BD2 (or 0xB39BD2) is unknown color: approx Biloba Flower. HEX triplet: B3, 9B and D2. RGB value is (179,155,210). Sum of RGB (Red+Green+Blue) = 179+155+210=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 210 - color contains mainly: blue. Hex color #B39BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BD2 is #4C642D. Grayscale: #A8A8A8. Windows color (decimal): -5006382 or 13802419. OLE color: 13802419.

HSL color Cylindrical-coordinate representation of color #B39BD2: hue angle of 266.18º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B39BD2 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179155210-
CMYK0.150.2600.18
HSL266.18º37.93%71.57%-
HSV(B)266.18º26.19%82.35%-
XYZ41.9437.6866.03-
YUV168.45151.45135.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 210 (82.42% from 255) = 38.60%
R=32.90%
G=28.49%
B=38.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791552100.150.2600.18266.1837.9371.57
HexB39BD2F1A01210a2648
Octal263233322173202241246110
Binary1011001110011011110100101111110100100101000010101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BD2; }

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

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

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

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

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

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

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

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