#B18ED1

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

Shades of Biloba Flower #B18ED1

Tints of Biloba Flower #B18ED1

Color information

#B18ED1 (or 0xB18ED1) is unknown color: approx Biloba Flower. HEX triplet: B1, 8E and D1. RGB value is (177,142,209). Sum of RGB (Red+Green+Blue) = 177+142+209=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #B18ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ED1 is #4E712E. Grayscale: #9F9F9F. Windows color (decimal): -5140783 or 13733553. OLE color: 13733553.

HSL color Cylindrical-coordinate representation of color #B18ED1: hue angle of 271.34º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18ED1 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177142209-
CMYK0.150.3200.18
HSL271.34º42.14%68.82%-
HSV(B)271.34º32.06%81.96%-
XYZ39.3133.364.68-
YUV160.1155.6140.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.52%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=33.52%
G=26.89%
B=39.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771422090.150.3200.18271.3442.1468.82
HexB18ED1F2001210f2a45
Octal261216321174002241752105
Binary10110001100011101101000111111000000100101000011111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18ED1; }

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

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

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

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

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

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

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

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