#B18CD2

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

Shades of Biloba Flower #B18CD2

Tints of Biloba Flower #B18CD2

Color information

#B18CD2 (or 0xB18CD2) is unknown color: approx Biloba Flower. HEX triplet: B1, 8C and D2. RGB value is (177,140,210). Sum of RGB (Red+Green+Blue) = 177+140+210=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #B18CD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CD2 is #4E732D. Grayscale: #9E9E9E. Windows color (decimal): -5141294 or 13798577. OLE color: 13798577.

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

Color convert

RGB177140210-
CMYK0.160.3300.18
HSL271.71º43.75%68.63%-
HSV(B)271.71º33.33%82.35%-
XYZ39.1432.7665.23-
YUV159.04156.76140.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 210 (82.42% from 255) = 39.85%
R=33.59%
G=26.57%
B=39.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771402100.160.3300.18271.7143.7568.63
HexB18CD210210121102c45
Octal261214322204102242054105
Binary101100011000110011010010100001000010100101000100001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18CD2; }

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

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

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

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

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

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

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

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