#B39DE0

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

Shades of Biloba Flower #B39DE0

Tints of Biloba Flower #B39DE0

Color information

#B39DE0 (or 0xB39DE0) is unknown color: approx Biloba Flower. HEX triplet: B3, 9D and E0. RGB value is (179,157,224). Sum of RGB (Red+Green+Blue) = 179+157+224=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #B39DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DE0 is #4C621F. Grayscale: #AAAAAA. Windows color (decimal): -5005856 or 14720435. OLE color: 14720435.

HSL color Cylindrical-coordinate representation of color #B39DE0: hue angle of 259.7º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B39DE0 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB179157224-
CMYK0.200.3000.12
HSL259.7º51.94%74.71%-
HSV(B)259.7º29.91%87.84%-
XYZ44.139.0875.74-
YUV171.22157.79133.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.96%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 224 (87.89% from 255) = 40%
R=31.96%
G=28.04%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1791572240.200.3000.12259.751.9474.71
HexB39DE0141E0C104344b
Octal263235340243601440464113
Binary1011001110011101111000001010011110011001000001001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39DE0; }

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

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

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

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

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

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

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

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