#B39DD6

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

Shades of Biloba Flower #B39DD6

Tints of Biloba Flower #B39DD6

Color information

#B39DD6 (or 0xB39DD6) is unknown color: approx Biloba Flower. HEX triplet: B3, 9D and D6. RGB value is (179,157,214). Sum of RGB (Red+Green+Blue) = 179+157+214=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #B39DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DD6 is #4C6229. Grayscale: #A9A9A9. Windows color (decimal): -5005866 or 14065075. OLE color: 14065075.

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

Color convert

RGB179157214-
CMYK0.160.2700.16
HSL263.16º41.01%72.75%-
HSV(B)263.16º26.64%83.92%-
XYZ42.7838.5568.8-
YUV170.08152.79134.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.55%
GREEN value IS 157 (61.72% from 255) = 28.55%
BLUE value IS 214 (83.98% from 255) = 38.91%
R=32.55%
G=28.55%
B=38.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791572140.160.2700.16263.1641.0172.75
HexB39DD6101B0101072949
Octal263235326203302040751111
Binary10110011100111011101011010000110110100001000001111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DD6; }

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

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

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

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

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

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

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

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