#B39ECB

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

Shades of Biloba Flower #B39ECB

Tints of Biloba Flower #B39ECB

Color information

#B39ECB (or 0xB39ECB) is unknown color: approx Biloba Flower. HEX triplet: B3, 9E and CB. RGB value is (179,158,203). Sum of RGB (Red+Green+Blue) = 179+158+203=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #B39ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ECB is #4C6134. Grayscale: #A9A9A9. Windows color (decimal): -5005621 or 13344435. OLE color: 13344435.

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

Color convert

RGB179158203-
CMYK0.120.2200.20
HSL268º30.2%70.78%-
HSV(B)268º22.17%79.61%-
XYZ41.638.3561.71-
YUV169.41146.96134.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 158 (62.11% from 255) = 29.26%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=33.15%
G=29.26%
B=37.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791582030.120.2200.2026830.270.78
HexB39ECBC1601410c1e47
Octal263236313142602441436107
Binary101100111001111011001011110010110010100100001100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39ECB; }

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

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

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

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

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

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

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

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