#B18EDE

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

Shades of Biloba Flower #B18EDE

Tints of Biloba Flower #B18EDE

Color information

#B18EDE (or 0xB18EDE) is unknown color: approx Biloba Flower. HEX triplet: B1, 8E and DE. RGB value is (177,142,222). Sum of RGB (Red+Green+Blue) = 177+142+222=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #B18EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EDE is #4E7121. Grayscale: #A1A1A1. Windows color (decimal): -5140770 or 14585521. OLE color: 14585521.

HSL color Cylindrical-coordinate representation of color #B18EDE: hue angle of 266.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B18EDE is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177142222-
CMYK0.200.3600.13
HSL266.25º54.79%71.37%-
HSV(B)266.25º36.04%87.06%-
XYZ40.9933.9773.5-
YUV161.58162.1139-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.72%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=32.72%
G=26.25%
B=41.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771422220.200.3600.13266.2554.7971.37
HexB18EDE14240D10a3747
Octal261216336244401541267107
Binary10110001100011101101111010100100100011011000010101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18EDE; }

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

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

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

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

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

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

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

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