#B18BDE

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

Shades of Biloba Flower #B18BDE

Tints of Biloba Flower #B18BDE

Color information

#B18BDE (or 0xB18BDE) is unknown color: approx Biloba Flower. HEX triplet: B1, 8B and DE. RGB value is (177,139,222). Sum of RGB (Red+Green+Blue) = 177+139+222=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #B18BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BDE is #4E7421. Grayscale: #9F9F9F. Windows color (decimal): -5141538 or 14584753. OLE color: 14584753.

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

Color convert

RGB177139222-
CMYK0.200.3700.13
HSL267.47º55.7%70.78%-
HSV(B)267.47º37.39%87.06%-
XYZ40.5533.0973.36-
YUV159.82163.09140.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.90%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=32.90%
G=25.84%
B=41.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771392220.200.3700.13267.4755.770.78
HexB18BDE14250D10b3847
Octal261213336244501541370107
Binary10110001100010111101111010100100101011011000010111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BDE; }

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

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

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

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

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

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

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

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