#B49BF5

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

Shades of Biloba Flower #B49BF5

Tints of Biloba Flower #B49BF5

Color information

#B49BF5 (or 0xB49BF5) is unknown color: approx Biloba Flower. HEX triplet: B4, 9B and F5. RGB value is (180,155,245). Sum of RGB (Red+Green+Blue) = 180+155+245=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #B49BF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49BF5 is #4B640A. Grayscale: #ACACAC. Windows color (decimal): -4940811 or 16096180. OLE color: 16096180.

HSL color Cylindrical-coordinate representation of color #B49BF5: hue angle of 256.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B49BF5 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180155245-
CMYK0.270.3700.04
HSL256.67º81.82%78.43%-
HSV(B)256.67º36.73%96.08%-
XYZ47.0339.7491.58-
YUV172.74168.78133.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.03%
GREEN value IS 155 (60.94% from 255) = 26.72%
BLUE value IS 245 (96.09% from 255) = 42.24%
R=31.03%
G=26.72%
B=42.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801552450.270.3700.04256.6781.8278.43
HexB49BF51B2504101524e
Octal264233365334504401122116
Binary10110100100110111111010111011100101010010000000110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BF5; }

 p { color: rgb(180,155,245); }

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

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

 a { background-color: rgb(180,155,245); }

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

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

 span { border-color: rgb(180,155,245); }

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