#B18EE3

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

Shades of Biloba Flower #B18EE3

Tints of Biloba Flower #B18EE3

Color information

#B18EE3 (or 0xB18EE3) is unknown color: approx Biloba Flower. HEX triplet: B1, 8E and E3. RGB value is (177,142,227). Sum of RGB (Red+Green+Blue) = 177+142+227=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #B18EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EE3 is #4E711C. Grayscale: #A1A1A1. Windows color (decimal): -5140765 or 14913201. OLE color: 14913201.

HSL color Cylindrical-coordinate representation of color #B18EE3: hue angle of 264.71º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18EE3 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177142227-
CMYK0.220.3700.11
HSL264.71º60.28%72.35%-
HSV(B)264.71º37.44%89.02%-
XYZ41.6734.2477.09-
YUV162.15164.6138.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.42%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 227 (89.06% from 255) = 41.58%
R=32.42%
G=26.01%
B=41.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1771422270.220.3700.11264.7160.2872.35
HexB18EE316250B1093c48
Octal261216343264501341174110
Binary10110001100011101110001110110100101010111000010011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18EE3; }

 p { color: rgb(177,142,227); }

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

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

 a { background-color: rgb(177,142,227); }

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

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

 span { border-color: rgb(177,142,227); }

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