#B18FF7

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

Shades of Biloba Flower #B18FF7

Tints of Biloba Flower #B18FF7

Color information

#B18FF7 (or 0xB18FF7) is unknown color: approx Biloba Flower. HEX triplet: B1, 8F and F7. RGB value is (177,143,247). Sum of RGB (Red+Green+Blue) = 177+143+247=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #B18FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FF7 is #4E7008. Grayscale: #A4A4A4. Windows color (decimal): -5140489 or 16224177. OLE color: 16224177.

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

Color convert

RGB177143247-
CMYK0.280.4200.03
HSL259.62º86.67%76.47%-
HSV(B)259.62º42.11%96.86%-
XYZ44.7435.7192.53-
YUV165.02174.26136.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.22%
GREEN value IS 143 (56.25% from 255) = 25.22%
BLUE value IS 247 (96.88% from 255) = 43.56%
R=31.22%
G=25.22%
B=43.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1771432470.280.4200.03259.6286.6776.47
HexB18FF71C2A03104574c
Octal261217367345203404127114
Binary1011000110001111111101111110010101001110000010010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18FF7; }

 p { color: rgb(177,143,247); }

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

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

 a { background-color: rgb(177,143,247); }

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

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

 span { border-color: rgb(177,143,247); }

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