#B49AEF

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

Shades of Biloba Flower #B49AEF

Tints of Biloba Flower #B49AEF

Color information

#B49AEF (or 0xB49AEF) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and EF. RGB value is (180,154,239). Sum of RGB (Red+Green+Blue) = 180+154+239=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #B49AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49AEF is #4B6510. Grayscale: #ABABAB. Windows color (decimal): -4941073 or 15702708. OLE color: 15702708.

HSL color Cylindrical-coordinate representation of color #B49AEF: hue angle of 258.35º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B49AEF is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180154239-
CMYK0.250.3600.06
HSL258.35º72.65%77.06%-
HSV(B)258.35º35.56%93.73%-
XYZ45.9639.0586.78-
YUV171.46166.11134.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.41%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=31.41%
G=26.88%
B=41.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1801542390.250.3600.06258.3572.6577.06
HexB49AEF192406102494d
Octal264232357314406402111115
Binary10110100100110101110111111001100100011010000001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AEF; }

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

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

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

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

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

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

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

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