#B49DDE

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

Shades of Biloba Flower #B49DDE

Tints of Biloba Flower #B49DDE

Color information

#B49DDE (or 0xB49DDE) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and DE. RGB value is (180,157,222). Sum of RGB (Red+Green+Blue) = 180+157+222=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #B49DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DDE is #4B6221. Grayscale: #ABABAB. Windows color (decimal): -4940322 or 14589364. OLE color: 14589364.

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

Color convert

RGB180157222-
CMYK0.190.2900.13
HSL261.23º49.62%74.31%-
HSV(B)261.23º29.28%87.06%-
XYZ44.0639.0974.33-
YUV171.29156.62134.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=32.20%
G=28.09%
B=39.71%

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
Decimal1801572220.190.2900.13261.2349.6274.31
HexB49DDE131D0D105324a
Octal264235336233501540562112
Binary1011010010011101110111101001111101011011000001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DDE; }

 p { color: rgb(180,157,222); }

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

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

 a { background-color: rgb(180,157,222); }

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

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

 span { border-color: rgb(180,157,222); }

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