#B18AE2

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

Shades of Biloba Flower #B18AE2

Tints of Biloba Flower #B18AE2

Color information

#B18AE2 (or 0xB18AE2) is unknown color: approx Biloba Flower. HEX triplet: B1, 8A and E2. RGB value is (177,138,226). Sum of RGB (Red+Green+Blue) = 177+138+226=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #B18AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AE2 is #4E751D. Grayscale: #9F9F9F. Windows color (decimal): -5141790 or 14846641. OLE color: 14846641.

HSL color Cylindrical-coordinate representation of color #B18AE2: hue angle of 266.59º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B18AE2 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177138226-
CMYK0.220.3900.11
HSL266.59º60.27%71.37%-
HSV(B)266.59º38.94%88.63%-
XYZ40.9533.0276.17-
YUV159.69165.42140.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.72%
GREEN value IS 138 (54.30% from 255) = 25.51%
BLUE value IS 226 (88.67% from 255) = 41.77%
R=32.72%
G=25.51%
B=41.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1771382260.220.3900.11266.5960.2771.37
HexB18AE216270B10b3c47
Octal261212342264701341374107
Binary10110001100010101110001010110100111010111000010111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AE2; }

 p { color: rgb(177,138,226); }

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

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

 a { background-color: rgb(177,138,226); }

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

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

 span { border-color: rgb(177,138,226); }

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