#B18FDA

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

Shades of Biloba Flower #B18FDA

Tints of Biloba Flower #B18FDA

Color information

#B18FDA (or 0xB18FDA) is unknown color: approx Biloba Flower. HEX triplet: B1, 8F and DA. RGB value is (177,143,218). Sum of RGB (Red+Green+Blue) = 177+143+218=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #B18FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FDA is #4E7025. Grayscale: #A1A1A1. Windows color (decimal): -5140518 or 14323633. OLE color: 14323633.

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

Color convert

RGB177143218-
CMYK0.190.3400.15
HSL267.2º50.34%70.78%-
HSV(B)267.2º34.4%85.49%-
XYZ40.6134.0570.76-
YUV161.72159.76138.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.90%
GREEN value IS 143 (56.25% from 255) = 26.58%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=32.90%
G=26.58%
B=40.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771432180.190.3400.15267.250.3470.78
HexB18FDA13220F10b3247
Octal261217332234201741362107
Binary10110001100011111101101010011100010011111000010111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18FDA; }

 p { color: rgb(177,143,218); }

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

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

 a { background-color: rgb(177,143,218); }

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

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

 span { border-color: rgb(177,143,218); }

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