#b18bf1

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

Shades of Biloba Flower #B18BF1

Tints of Biloba Flower #B18BF1

Color information

#B18BF1 (or 0xB18BF1) is unknown color: approx Biloba Flower. HEX triplet: B1, 8B and F1. RGB value is (177,139,241). Sum of RGB (Red+Green+Blue) = 177+139+241=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #B18BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BF1 is #4E740E. Grayscale: #A1A1A1. Windows color (decimal): -5141519 or 15829937. OLE color: 15829937.

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

Color convert

RGB177139241-
CMYK0.270.4200.05
HSL262.35º78.46%74.51%-
HSV(B)262.35º42.32%94.51%-
XYZ43.2434.1687.53-
YUV161.99172.59138.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.78%
GREEN value IS 139 (54.69% from 255) = 24.96%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=31.78%
G=24.96%
B=43.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771392410.270.4200.05262.3578.4674.51
HexB18BF11B2A051064e4b
Octal261213361335205406116113
Binary10110001100010111111000111011101010010110000011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b18bf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b18bf1; }

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

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

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

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

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

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

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

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