#B18BE9

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

Shades of Biloba Flower #B18BE9

Tints of Biloba Flower #B18BE9

Color information

#B18BE9 (or 0xB18BE9) is unknown color: approx Biloba Flower. HEX triplet: B1, 8B and E9. RGB value is (177,139,233). Sum of RGB (Red+Green+Blue) = 177+139+233=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #B18BE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BE9 is #4E7416. Grayscale: #A0A0A0. Windows color (decimal): -5141527 or 15305649. OLE color: 15305649.

HSL color Cylindrical-coordinate representation of color #B18BE9: hue angle of 264.26º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B18BE9 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB177139233-
CMYK0.240.4000.09
HSL264.26º68.12%72.94%-
HSV(B)264.26º40.34%91.37%-
XYZ42.0733.781.38-
YUV161.08168.59139.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.24%
GREEN value IS 139 (54.69% from 255) = 25.32%
BLUE value IS 233 (91.41% from 255) = 42.44%
R=32.24%
G=25.32%
B=42.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1771392330.240.4000.09264.2668.1272.94
HexB18BE91828091084449
Octal2612133513050011410104111
Binary101100011000101111101001110001010000100110000100010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BE9; }

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

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

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

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

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

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

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

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