#B49EDF

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

Shades of Biloba Flower #B49EDF

Tints of Biloba Flower #B49EDF

Color information

#B49EDF (or 0xB49EDF) is unknown color: approx Biloba Flower. HEX triplet: B4, 9E and DF. RGB value is (180,158,223). Sum of RGB (Red+Green+Blue) = 180+158+223=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #B49EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EDF is #4B6120. Grayscale: #ABABAB. Windows color (decimal): -4940065 or 14655156. OLE color: 14655156.

HSL color Cylindrical-coordinate representation of color #B49EDF: hue angle of 260.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49EDF is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180158223-
CMYK0.190.2900.13
HSL260.31º50.39%74.71%-
HSV(B)260.31º29.15%87.45%-
XYZ44.3739.4875.09-
YUV171.99156.79133.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.09%
GREEN value IS 158 (62.11% from 255) = 28.16%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=32.09%
G=28.16%
B=39.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801582230.190.2900.13260.3150.3974.71
HexB49EDF131D0D104324b
Octal264236337233501540462113
Binary1011010010011110110111111001111101011011000001001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EDF; }

 p { color: rgb(180,158,223); }

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

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

 a { background-color: rgb(180,158,223); }

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

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

 span { border-color: rgb(180,158,223); }

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