#B18CD9

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

Shades of Biloba Flower #B18CD9

Tints of Biloba Flower #B18CD9

Color information

#B18CD9 (or 0xB18CD9) is unknown color: approx Biloba Flower. HEX triplet: B1, 8C and D9. RGB value is (177,140,217). Sum of RGB (Red+Green+Blue) = 177+140+217=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #B18CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CD9 is #4E7326. Grayscale: #9F9F9F. Windows color (decimal): -5141287 or 14257329. OLE color: 14257329.

HSL color Cylindrical-coordinate representation of color #B18CD9: hue angle of 268.83º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B18CD9 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177140217-
CMYK0.180.3500.15
HSL268.83º50.33%70%-
HSV(B)268.83º35.48%85.1%-
XYZ40.0333.1169.93-
YUV159.84160.26140.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 217 (85.16% from 255) = 40.64%
R=33.15%
G=26.22%
B=40.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771402170.180.3500.15268.8350.3370
HexB18CD912230F10d3246
Octal261214331224301741562106
Binary10110001100011001101100110010100011011111000011011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18CD9; }

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

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

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

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

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

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

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

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