#B17EDA

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

Shades of Biloba Flower #B17EDA

Tints of Biloba Flower #B17EDA

Color information

#B17EDA (or 0xB17EDA) is unknown color: approx Biloba Flower. HEX triplet: B1, 7E and DA. RGB value is (177,126,218). Sum of RGB (Red+Green+Blue) = 177+126+218=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #B17EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17EDA is #4E8125. Grayscale: #979797. Windows color (decimal): -5144870 or 14319281. OLE color: 14319281.

HSL color Cylindrical-coordinate representation of color #B17EDA: hue angle of 273.26º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B17EDA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177126218-
CMYK0.190.4200.15
HSL273.26º55.42%67.45%-
HSV(B)273.26º42.2%85.49%-
XYZ38.2529.3369.98-
YUV151.74165.4146.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.97%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=33.97%
G=24.18%
B=41.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771262180.190.4200.15273.2655.4267.45
HexB17EDA132A0F1113743
Octal261176332235201742167103
Binary1011000111111101101101010011101010011111000100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17EDA; }

 p { color: rgb(177,126,218); }

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

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

 a { background-color: rgb(177,126,218); }

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

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

 span { border-color: rgb(177,126,218); }

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