#B18DF5

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

Shades of Biloba Flower #B18DF5

Tints of Biloba Flower #B18DF5

Color information

#B18DF5 (or 0xB18DF5) is unknown color: approx Biloba Flower. HEX triplet: B1, 8D and F5. RGB value is (177,141,245). Sum of RGB (Red+Green+Blue) = 177+141+245=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #B18DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DF5 is #4E720A. Grayscale: #A3A3A3. Windows color (decimal): -5141003 or 16092593. OLE color: 16092593.

HSL color Cylindrical-coordinate representation of color #B18DF5: hue angle of 260.77º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B18DF5 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB177141245-
CMYK0.280.4200.04
HSL260.77º83.87%75.69%-
HSV(B)260.77º42.45%96.08%-
XYZ44.1434.9990.81-
YUV163.62173.93137.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.44%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 245 (96.09% from 255) = 43.52%
R=31.44%
G=25.04%
B=43.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1771412450.280.4200.04260.7783.8775.69
HexB18DF51C2A04105544c
Octal261215365345204405124114
Binary10110001100011011111010111100101010010010000010110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DF5; }

 p { color: rgb(177,141,245); }

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

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

 a { background-color: rgb(177,141,245); }

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

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

 span { border-color: rgb(177,141,245); }

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