#B18EFA

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

Shades of Biloba Flower #B18EFA

Tints of Biloba Flower #B18EFA

Color information

#B18EFA (or 0xB18EFA) is unknown color: approx Biloba Flower. HEX triplet: B1, 8E and FA. RGB value is (177,142,250). Sum of RGB (Red+Green+Blue) = 177+142+250=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #B18EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18EFA is #4E7105. Grayscale: #A4A4A4. Windows color (decimal): -5140742 or 16420529. OLE color: 16420529.

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

Color convert

RGB177142250-
CMYK0.290.4300.02
HSL259.44º91.53%76.86%-
HSV(B)259.44º43.2%98.04%-
XYZ45.0635.694.94-
YUV164.78176.1136.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 142 (55.86% from 255) = 24.96%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=31.11%
G=24.96%
B=43.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771422500.290.4300.02259.4491.5376.86
HexB18EFA1D2B021035c4d
Octal261216372355302403134115
Binary1011000110001110111110101110110101101010000001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18EFA; }

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

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

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

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

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

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

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

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