#B18CEA

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

Shades of Biloba Flower #B18CEA

Tints of Biloba Flower #B18CEA

Color information

#B18CEA (or 0xB18CEA) is unknown color: approx Biloba Flower. HEX triplet: B1, 8C and EA. RGB value is (177,140,234). Sum of RGB (Red+Green+Blue) = 177+140+234=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #B18CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18CEA is #4E7315. Grayscale: #A1A1A1. Windows color (decimal): -5141270 or 15371441. OLE color: 15371441.

HSL color Cylindrical-coordinate representation of color #B18CEA: hue angle of 263.62º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B18CEA is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177140234-
CMYK0.240.4000.08
HSL263.62º69.12%73.33%-
HSV(B)263.62º40.17%91.76%-
XYZ42.3634.0482.18-
YUV161.78168.76138.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.12%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=32.12%
G=25.41%
B=42.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771402340.240.4000.08263.6269.1273.33
HexB18CEA1828081084549
Octal2612143523050010410105111
Binary101100011000110011101010110001010000100010000100010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18CEA; }

 p { color: rgb(177,140,234); }

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

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

 a { background-color: rgb(177,140,234); }

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

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

 span { border-color: rgb(177,140,234); }

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