#B18BF3

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

Shades of Biloba Flower #B18BF3

Tints of Biloba Flower #B18BF3

Color information

#B18BF3 (or 0xB18BF3) is unknown color: approx Biloba Flower. HEX triplet: B1, 8B and F3. RGB value is (177,139,243). Sum of RGB (Red+Green+Blue) = 177+139+243=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #B18BF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BF3 is #4E740C. Grayscale: #A1A1A1. Windows color (decimal): -5141517 or 15961009. OLE color: 15961009.

HSL color Cylindrical-coordinate representation of color #B18BF3: hue angle of 261.92º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B18BF3 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177139243-
CMYK0.270.4300.05
HSL261.92º81.25%74.9%-
HSV(B)261.92º42.8%95.29%-
XYZ43.5434.2889.12-
YUV162.22173.59138.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.66%
GREEN value IS 139 (54.69% from 255) = 24.87%
BLUE value IS 243 (95.31% from 255) = 43.47%
R=31.66%
G=24.87%
B=43.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771392430.270.4300.05261.9281.2574.9
HexB18BF31B2B05106514b
Octal261213363335305406121113
Binary10110001100010111111001111011101011010110000011010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BF3; }

 p { color: rgb(177,139,243); }

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

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

 a { background-color: rgb(177,139,243); }

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

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

 span { border-color: rgb(177,139,243); }

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