#B18AED

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

Shades of Biloba Flower #B18AED

Tints of Biloba Flower #B18AED

Color information

#B18AED (or 0xB18AED) is unknown color: approx Biloba Flower. HEX triplet: B1, 8A and ED. RGB value is (177,138,237). Sum of RGB (Red+Green+Blue) = 177+138+237=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #B18AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18AED is #4E7512. Grayscale: #A0A0A0. Windows color (decimal): -5141779 or 15567537. OLE color: 15567537.

HSL color Cylindrical-coordinate representation of color #B18AED: hue angle of 263.64º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B18AED is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177138237-
CMYK0.250.4200.07
HSL263.64º73.33%73.53%-
HSV(B)263.64º41.77%92.94%-
XYZ42.5133.6484.37-
YUV160.95170.92139.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 138 (54.30% from 255) = 25%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=32.07%
G=25%
B=42.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771382370.250.4200.07263.6473.3373.53
HexB18AED192A07108494a
Octal261212355315207410111112
Binary10110001100010101110110111001101010011110000100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AED; }

 p { color: rgb(177,138,237); }

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

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

 a { background-color: rgb(177,138,237); }

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

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

 span { border-color: rgb(177,138,237); }

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