#B18BFA

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

Shades of Biloba Flower #B18BFA

Tints of Biloba Flower #B18BFA

Color information

#B18BFA (or 0xB18BFA) is unknown color: approx Biloba Flower. HEX triplet: B1, 8B and FA. RGB value is (177,139,250). Sum of RGB (Red+Green+Blue) = 177+139+250=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #B18BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BFA is #4E7405. Grayscale: #A2A2A2. Windows color (decimal): -5141510 or 16419761. OLE color: 16419761.

HSL color Cylindrical-coordinate representation of color #B18BFA: hue angle of 260.54º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B18BFA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177139250-
CMYK0.290.4400.02
HSL260.54º91.74%76.27%-
HSV(B)260.54º44.4%98.04%-
XYZ44.6234.7194.79-
YUV163.02177.09137.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.27%
GREEN value IS 139 (54.69% from 255) = 24.56%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=31.27%
G=24.56%
B=44.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771392500.290.4400.02260.5491.7476.27
HexB18BFA1D2C021055c4c
Octal261213372355402405134114
Binary1011000110001011111110101110110110001010000010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BFA; }

 p { color: rgb(177,139,250); }

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

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

 a { background-color: rgb(177,139,250); }

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

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

 span { border-color: rgb(177,139,250); }

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