#B39DDC

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

Shades of Biloba Flower #B39DDC

Tints of Biloba Flower #B39DDC

Color information

#B39DDC (or 0xB39DDC) is unknown color: approx Biloba Flower. HEX triplet: B3, 9D and DC. RGB value is (179,157,220). Sum of RGB (Red+Green+Blue) = 179+157+220=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #B39DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DDC is #4C6223. Grayscale: #AAAAAA. Windows color (decimal): -5005860 or 14458291. OLE color: 14458291.

HSL color Cylindrical-coordinate representation of color #B39DDC: hue angle of 260.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B39DDC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179157220-
CMYK0.190.2900.14
HSL260.95º47.37%73.92%-
HSV(B)260.95º28.64%86.27%-
XYZ43.5738.8672.92-
YUV170.76155.79133.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=32.19%
G=28.24%
B=39.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791572200.190.2900.14260.9547.3773.92
HexB39DDC131D0E1052f4a
Octal263235334233501640557112
Binary1011001110011101110111001001111101011101000001011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DDC; }

 p { color: rgb(179,157,220); }

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

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

 a { background-color: rgb(179,157,220); }

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

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

 span { border-color: rgb(179,157,220); }

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