#B18FD3

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

Shades of Biloba Flower #B18FD3

Tints of Biloba Flower #B18FD3

Color information

#B18FD3 (or 0xB18FD3) is unknown color: approx Biloba Flower. HEX triplet: B1, 8F and D3. RGB value is (177,143,211). Sum of RGB (Red+Green+Blue) = 177+143+211=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 211 - color contains mainly: blue. Hex color #B18FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FD3 is #4E702C. Grayscale: #A0A0A0. Windows color (decimal): -5140525 or 13864881. OLE color: 13864881.

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

Color convert

RGB177143211-
CMYK0.160.3200.17
HSL270º43.59%69.41%-
HSV(B)270º32.23%82.75%-
XYZ39.7133.766.04-
YUV160.92156.26139.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.33%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 211 (82.81% from 255) = 39.74%
R=33.33%
G=26.93%
B=39.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1771432110.160.3200.1727043.5969.41
HexB18FD3102001110e2c45
Octal261217323204002141654105
Binary101100011000111111010011100001000000100011000011101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18FD3; }

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

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

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

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

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

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

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

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