#B18DE8

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

Shades of Biloba Flower #B18DE8

Tints of Biloba Flower #B18DE8

Color information

#B18DE8 (or 0xB18DE8) is unknown color: approx Biloba Flower. HEX triplet: B1, 8D and E8. RGB value is (177,141,232). Sum of RGB (Red+Green+Blue) = 177+141+232=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #B18DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DE8 is #4E7217. Grayscale: #A1A1A1. Windows color (decimal): -5141016 or 15240625. OLE color: 15240625.

HSL color Cylindrical-coordinate representation of color #B18DE8: hue angle of 263.74º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B18DE8 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB177141232-
CMYK0.240.3900.09
HSL263.74º66.42%73.14%-
HSV(B)263.74º39.22%90.98%-
XYZ42.2234.2280.72-
YUV162.14167.43138.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 232 (91.02% from 255) = 42.18%
R=32.18%
G=25.64%
B=42.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1771412320.240.3900.09263.7466.4273.14
HexB18DE81827091084249
Octal2612153503047011410102111
Binary101100011000110111101000110001001110100110000100010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DE8; }

 p { color: rgb(177,141,232); }

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

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

 a { background-color: rgb(177,141,232); }

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

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

 span { border-color: rgb(177,141,232); }

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