#B18BFB

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

Shades of Biloba Flower #B18BFB

Tints of Biloba Flower #B18BFB

Color information

#B18BFB (or 0xB18BFB) is unknown color: approx Biloba Flower. HEX triplet: B1, 8B and FB. RGB value is (177,139,251). Sum of RGB (Red+Green+Blue) = 177+139+251=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #B18BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BFB is #4E7404. Grayscale: #A2A2A2. Windows color (decimal): -5141509 or 16485297. OLE color: 16485297.

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

Color convert

RGB177139251-
CMYK0.290.4500.02
HSL260.36º93.33%76.47%-
HSV(B)260.36º44.62%98.43%-
XYZ44.7834.7895.62-
YUV163.13177.59137.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.22%
GREEN value IS 139 (54.69% from 255) = 24.51%
BLUE value IS 251 (98.44% from 255) = 44.27%
R=31.22%
G=24.51%
B=44.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771392510.290.4500.02260.3693.3376.47
HexB18BFB1D2D021045d4c
Octal261213373355502404135114
Binary1011000110001011111110111110110110101010000010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BFB; }

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

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

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

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

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

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

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

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