#B18EFF

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

Shades of Biloba Flower #B18EFF

Tints of Biloba Flower #B18EFF

Color information

#B18EFF (or 0xB18EFF) is unknown color: approx Biloba Flower. HEX triplet: B1, 8E and FF. RGB value is (177,142,255). Sum of RGB (Red+Green+Blue) = 177+142+255=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #B18EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18EFF is #4E7100. Grayscale: #A4A4A4. Windows color (decimal): -5140737 or 16748209. OLE color: 16748209.

HSL color Cylindrical-coordinate representation of color #B18EFF: hue angle of 258.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B18EFF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177142255-
CMYK0.310.4400
HSL258.58º100%77.84%-
HSV(B)258.58º44.31%100%-
XYZ45.8535.9199.12-
YUV165.35178.6136.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.84%
GREEN value IS 142 (55.86% from 255) = 24.74%
BLUE value IS 255 (100% from 255) = 44.43%
R=30.84%
G=24.74%
B=44.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771422550.310.4400258.5810077.84
HexB18EFF1F2C00103644e
Octal261216377375400403144116
Binary101100011000111011111111111111011000010000001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18EFF; }

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

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

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

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

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

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

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

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