#B49AE5

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

Shades of Biloba Flower #B49AE5

Tints of Biloba Flower #B49AE5

Color information

#B49AE5 (or 0xB49AE5) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and E5. RGB value is (180,154,229). Sum of RGB (Red+Green+Blue) = 180+154+229=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #B49AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49AE5 is #4B651A. Grayscale: #AAAAAA. Windows color (decimal): -4941083 or 15047348. OLE color: 15047348.

HSL color Cylindrical-coordinate representation of color #B49AE5: hue angle of 260.8º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49AE5 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB180154229-
CMYK0.210.3300.10
HSL260.8º59.06%75.1%-
HSV(B)260.8º32.75%89.8%-
XYZ44.5238.4779.21-
YUV170.32161.11134.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 229 (89.84% from 255) = 40.67%
R=31.97%
G=27.35%
B=40.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1801542290.210.3300.10260.859.0675.1
HexB49AE515210A1053b4b
Octal264232345254101240573113
Binary10110100100110101110010110101100001010101000001011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AE5; }

 p { color: rgb(180,154,229); }

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

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

 a { background-color: rgb(180,154,229); }

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

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

 span { border-color: rgb(180,154,229); }

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