#B19FE3

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

Shades of Biloba Flower #B19FE3

Tints of Biloba Flower #B19FE3

Color information

#B19FE3 (or 0xB19FE3) is unknown color: approx Biloba Flower. HEX triplet: B1, 9F and E3. RGB value is (177,159,227). Sum of RGB (Red+Green+Blue) = 177+159+227=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 227 - color contains mainly: blue. Hex color #B19FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FE3 is #4E601C. Grayscale: #ABABAB. Windows color (decimal): -5136413 or 14917553. OLE color: 14917553.

HSL color Cylindrical-coordinate representation of color #B19FE3: hue angle of 255.88º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19FE3 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177159227-
CMYK0.220.3000.11
HSL255.88º54.84%75.69%-
HSV(B)255.88º29.96%89.02%-
XYZ44.3939.6977.99-
YUV172.13158.96131.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.44%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 227 (89.06% from 255) = 40.32%
R=31.44%
G=28.24%
B=40.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1771592270.220.3000.11255.8854.8475.69
HexB19FE3161E0B100374c
Octal261237343263601340067114
Binary1011000110011111111000111011011110010111000000001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FE3; }

 p { color: rgb(177,159,227); }

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

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

 a { background-color: rgb(177,159,227); }

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

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

 span { border-color: rgb(177,159,227); }

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