#B49DF3

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

Shades of Biloba Flower #B49DF3

Tints of Biloba Flower #B49DF3

Color information

#B49DF3 (or 0xB49DF3) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and F3. RGB value is (180,157,243). Sum of RGB (Red+Green+Blue) = 180+157+243=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 243 - color contains mainly: blue. Hex color #B49DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DF3 is #4B620C. Grayscale: #ADADAD. Windows color (decimal): -4940301 or 15965620. OLE color: 15965620.

HSL color Cylindrical-coordinate representation of color #B49DF3: hue angle of 256.05º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B49DF3 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180157243-
CMYK0.260.3500.05
HSL256.05º78.18%78.43%-
HSV(B)256.05º35.39%95.29%-
XYZ47.0640.2990.09-
YUV173.68167.12132.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.03%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 243 (95.31% from 255) = 41.90%
R=31.03%
G=27.07%
B=41.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801572430.260.3500.05256.0578.1878.43
HexB49DF31A23051004e4e
Octal264235363324305400116116
Binary10110100100111011111001111010100011010110000000010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DF3; }

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

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

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

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

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

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

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

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