#B18AE3

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

Shades of Biloba Flower #B18AE3

Tints of Biloba Flower #B18AE3

Color information

#B18AE3 (or 0xB18AE3) is unknown color: approx Biloba Flower. HEX triplet: B1, 8A and E3. RGB value is (177,138,227). Sum of RGB (Red+Green+Blue) = 177+138+227=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 227 - color contains mainly: blue. Hex color #B18AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AE3 is #4E751C. Grayscale: #9F9F9F. Windows color (decimal): -5141789 or 14912177. OLE color: 14912177.

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

Color convert

RGB177138227-
CMYK0.220.3900.11
HSL266.29º61.38%71.57%-
HSV(B)266.29º39.21%89.02%-
XYZ41.0933.0776.89-
YUV159.81165.92140.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 227 (89.06% from 255) = 41.88%
R=32.66%
G=25.46%
B=41.88%

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
Decimal1771382270.220.3900.11266.2961.3871.57
HexB18AE316270B10a3d48
Octal261212343264701341275110
Binary10110001100010101110001110110100111010111000010101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AE3; }

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

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

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

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

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

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

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

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