#B18FDF

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

Shades of Biloba Flower #B18FDF

Tints of Biloba Flower #B18FDF

Color information

#B18FDF (or 0xB18FDF) is unknown color: approx Biloba Flower. HEX triplet: B1, 8F and DF. RGB value is (177,143,223). Sum of RGB (Red+Green+Blue) = 177+143+223=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #B18FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FDF is #4E7020. Grayscale: #A2A2A2. Windows color (decimal): -5140513 or 14651313. OLE color: 14651313.

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

Color convert

RGB177143223-
CMYK0.210.3600.13
HSL265.5º55.56%71.76%-
HSV(B)265.5º35.87%87.45%-
XYZ41.2734.3274.26-
YUV162.29162.26138.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=32.60%
G=26.34%
B=41.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771432230.210.3600.13265.555.5671.76
HexB18FDF15240D10a3848
Octal261217337254401541270110
Binary10110001100011111101111110101100100011011000010101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18FDF; }

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

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

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

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

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

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

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

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