#B49DDA

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

Shades of Biloba Flower #B49DDA

Tints of Biloba Flower #B49DDA

Color information

#B49DDA (or 0xB49DDA) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and DA. RGB value is (180,157,218). Sum of RGB (Red+Green+Blue) = 180+157+218=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #B49DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DDA is #4B6225. Grayscale: #AAAAAA. Windows color (decimal): -4940326 or 14327220. OLE color: 14327220.

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

Color convert

RGB180157218-
CMYK0.170.2800.15
HSL262.62º45.19%73.53%-
HSV(B)262.62º27.98%85.49%-
XYZ43.5338.8871.54-
YUV170.83154.62134.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=32.43%
G=28.29%
B=39.28%

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
Decimal1801572180.170.2800.15262.6245.1973.53
HexB49DDA111C0F1072d4a
Octal264235332213401740755112
Binary1011010010011101110110101000111100011111000001111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DDA; }

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

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

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

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

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

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

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

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