#B39ECD

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

Shades of Biloba Flower #B39ECD

Tints of Biloba Flower #B39ECD

Color information

#B39ECD (or 0xB39ECD) is unknown color: approx Biloba Flower. HEX triplet: B3, 9E and CD. RGB value is (179,158,205). Sum of RGB (Red+Green+Blue) = 179+158+205=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #B39ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ECD is #4C6132. Grayscale: #A9A9A9. Windows color (decimal): -5005619 or 13475507. OLE color: 13475507.

HSL color Cylindrical-coordinate representation of color #B39ECD: hue angle of 266.81º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B39ECD is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179158205-
CMYK0.130.2300.20
HSL266.81º31.97%71.18%-
HSV(B)266.81º22.93%80.39%-
XYZ41.8438.4562.97-
YUV169.64147.96134.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.03%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=33.03%
G=29.15%
B=37.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791582050.130.2300.20266.8131.9771.18
HexB39ECDD1701410b2047
Octal263236315152702441340107
Binary1011001110011110110011011101101110101001000010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39ECD; }

 p { color: rgb(179,158,205); }

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

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

 a { background-color: rgb(179,158,205); }

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

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

 span { border-color: rgb(179,158,205); }

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