#B39DED

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

Shades of Biloba Flower #B39DED

Tints of Biloba Flower #B39DED

Color information

#B39DED (or 0xB39DED) is unknown color: approx Biloba Flower. HEX triplet: B3, 9D and ED. RGB value is (179,157,237). Sum of RGB (Red+Green+Blue) = 179+157+237=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #B39DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39DED is #4C6212. Grayscale: #ACACAC. Windows color (decimal): -5005843 or 15572403. OLE color: 15572403.

HSL color Cylindrical-coordinate representation of color #B39DED: hue angle of 256.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B39DED is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179157237-
CMYK0.240.3400.07
HSL256.5º68.97%77.25%-
HSV(B)256.5º33.76%92.94%-
XYZ45.9339.8185.38-
YUV172.7164.29132.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.24%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=31.24%
G=27.40%
B=41.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791572370.240.3400.07256.568.9777.25
HexB39DED182207100454d
Octal263235355304207400105115
Binary10110011100111011110110111000100010011110000000010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DED; }

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

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

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

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

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

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

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

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