#B49ADF

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

Shades of Biloba Flower #B49ADF

Tints of Biloba Flower #B49ADF

Color information

#B49ADF (or 0xB49ADF) is unknown color: approx Biloba Flower. HEX triplet: B4, 9A and DF. RGB value is (180,154,223). Sum of RGB (Red+Green+Blue) = 180+154+223=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #B49ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ADF is #4B6520. Grayscale: #A9A9A9. Windows color (decimal): -4941089 or 14654132. OLE color: 14654132.

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

Color convert

RGB180154223-
CMYK0.190.3100.13
HSL262.61º51.88%73.92%-
HSV(B)262.61º30.94%87.45%-
XYZ43.738.1474.87-
YUV169.64158.11135.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=32.32%
G=27.65%
B=40.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801542230.190.3100.13262.6151.8873.92
HexB49ADF131F0D107344a
Octal264232337233701540764112
Binary1011010010011010110111111001111111011011000001111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49ADF; }

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

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

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

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

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

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

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

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