#B19FDB

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

Shades of Biloba Flower #B19FDB

Tints of Biloba Flower #B19FDB

Color information

#B19FDB (or 0xB19FDB) is unknown color: approx Biloba Flower. HEX triplet: B1, 9F and DB. RGB value is (177,159,219). Sum of RGB (Red+Green+Blue) = 177+159+219=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #B19FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FDB is #4E6024. Grayscale: #ABABAB. Windows color (decimal): -5136421 or 14393265. OLE color: 14393265.

HSL color Cylindrical-coordinate representation of color #B19FDB: hue angle of 258º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B19FDB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177159219-
CMYK0.190.2700.14
HSL258º45.45%74.12%-
HSV(B)258º27.4%85.88%-
XYZ43.3239.2672.31-
YUV171.22154.96132.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.89%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=31.89%
G=28.65%
B=39.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771592190.190.2700.1425845.4574.12
HexB19FDB131B0E1022d4a
Octal261237333233301640255112
Binary1011000110011111110110111001111011011101000000101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FDB; }

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

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

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

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

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

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

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

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