#B18FCF

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

Shades of Biloba Flower #B18FCF

Tints of Biloba Flower #B18FCF

Color information

#B18FCF (or 0xB18FCF) is unknown color: approx Biloba Flower. HEX triplet: B1, 8F and CF. RGB value is (177,143,207). Sum of RGB (Red+Green+Blue) = 177+143+207=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #B18FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FCF is #4E7030. Grayscale: #A0A0A0. Windows color (decimal): -5140529 or 13602737. OLE color: 13602737.

HSL color Cylindrical-coordinate representation of color #B18FCF: hue angle of 271.88º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B18FCF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177143207-
CMYK0.140.3100.19
HSL271.88º40%68.63%-
HSV(B)271.88º30.92%81.18%-
XYZ39.2233.563.43-
YUV160.46154.26139.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=33.59%
G=27.13%
B=39.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771432070.140.3100.19271.884068.63
HexB18FCFE1F0131102845
Octal261217317163702342050105
Binary1011000110001111110011111110111110100111000100001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18FCF; }

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

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

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

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

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

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

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

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