#B49EF1

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

Shades of Biloba Flower #B49EF1

Tints of Biloba Flower #B49EF1

Color information

#B49EF1 (or 0xB49EF1) is unknown color: approx Biloba Flower. HEX triplet: B4, 9E and F1. RGB value is (180,158,241). Sum of RGB (Red+Green+Blue) = 180+158+241=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #B49EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49EF1 is #4B610E. Grayscale: #ADADAD. Windows color (decimal): -4940047 or 15834804. OLE color: 15834804.

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

Color convert

RGB180158241-
CMYK0.250.3400.05
HSL255.9º74.77%78.24%-
HSV(B)255.9º34.44%94.51%-
XYZ46.9340.5188.56-
YUV174.04165.79132.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.09%
GREEN value IS 158 (62.11% from 255) = 27.29%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=31.09%
G=27.29%
B=41.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801582410.250.3400.05255.974.7778.24
HexB49EF11922051004b4e
Octal264236361314205400113116
Binary10110100100111101111000111001100010010110000000010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EF1; }

 p { color: rgb(180,158,241); }

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

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

 a { background-color: rgb(180,158,241); }

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

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

 span { border-color: rgb(180,158,241); }

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