#B49CDA

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

Shades of Biloba Flower #B49CDA

Tints of Biloba Flower #B49CDA

Color information

#B49CDA (or 0xB49CDA) is unknown color: approx Biloba Flower. HEX triplet: B4, 9C and DA. RGB value is (180,156,218). Sum of RGB (Red+Green+Blue) = 180+156+218=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #B49CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CDA is #4B6325. Grayscale: #AAAAAA. Windows color (decimal): -4940582 or 14326964. OLE color: 14326964.

HSL color Cylindrical-coordinate representation of color #B49CDA: hue angle of 263.23º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B49CDA is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180156218-
CMYK0.170.2800.15
HSL263.23º45.59%73.33%-
HSV(B)263.23º28.44%85.49%-
XYZ43.3738.5471.48-
YUV170.24154.95134.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 156 (61.33% from 255) = 28.16%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=32.49%
G=28.16%
B=39.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801562180.170.2800.15263.2345.5973.33
HexB49CDA111C0F1072e49
Octal264234332213401740756111
Binary1011010010011100110110101000111100011111000001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CDA; }

 p { color: rgb(180,156,218); }

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

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

 a { background-color: rgb(180,156,218); }

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

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

 span { border-color: rgb(180,156,218); }

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