#B49AEA

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

Shades of Biloba Flower #B49AEA

Tints of Biloba Flower #B49AEA

Color information

#B49AEA (or 0xB49AEA) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and EA. RGB value is (180,154,234). Sum of RGB (Red+Green+Blue) = 180+154+234=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #B49AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49AEA is #4B6515. Grayscale: #AAAAAA. Windows color (decimal): -4941078 or 15375028. OLE color: 15375028.

HSL color Cylindrical-coordinate representation of color #B49AEA: hue angle of 259.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B49AEA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180154234-
CMYK0.230.3400.08
HSL259.5º65.57%76.08%-
HSV(B)259.5º34.19%91.76%-
XYZ45.2338.7682.94-
YUV170.89163.61134.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=31.69%
G=27.11%
B=41.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801542340.230.3400.08259.565.5776.08
HexB49AEA172208104424c
Octal2642323522742010404102114
Binary101101001001101011101010101111000100100010000010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AEA; }

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

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

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

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

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

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

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

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