#B18CEE

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

Shades of Biloba Flower #B18CEE

Tints of Biloba Flower #B18CEE

Color information

#B18CEE (or 0xB18CEE) is unknown color: approx Biloba Flower. HEX triplet: B1, 8C and EE. RGB value is (177,140,238). Sum of RGB (Red+Green+Blue) = 177+140+238=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #B18CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18CEE is #4E7311. Grayscale: #A1A1A1. Windows color (decimal): -5141266 or 15633585. OLE color: 15633585.

HSL color Cylindrical-coordinate representation of color #B18CEE: hue angle of 262.65º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B18CEE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177140238-
CMYK0.260.4100.07
HSL262.65º74.24%74.12%-
HSV(B)262.65º41.18%93.33%-
XYZ42.9434.2885.24-
YUV162.23170.76138.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.89%
GREEN value IS 140 (55.08% from 255) = 25.23%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=31.89%
G=25.23%
B=42.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771402380.260.4100.07262.6574.2474.12
HexB18CEE1A29071074a4a
Octal261214356325107407112112
Binary10110001100011001110111011010101001011110000011110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18CEE; }

 p { color: rgb(177,140,238); }

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

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

 a { background-color: rgb(177,140,238); }

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

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

 span { border-color: rgb(177,140,238); }

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