#B19FED

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

Shades of Biloba Flower #B19FED

Tints of Biloba Flower #B19FED

Color information

#B19FED (or 0xB19FED) is unknown color: approx Biloba Flower. HEX triplet: B1, 9F and ED. RGB value is (177,159,237). Sum of RGB (Red+Green+Blue) = 177+159+237=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #B19FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19FED is #4E6012. Grayscale: #ACACAC. Windows color (decimal): -5136403 or 15572913. OLE color: 15572913.

HSL color Cylindrical-coordinate representation of color #B19FED: hue angle of 253.85º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B19FED is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177159237-
CMYK0.250.3300.07
HSL253.85º68.42%77.65%-
HSV(B)253.85º32.91%92.94%-
XYZ45.8240.2685.48-
YUV173.27163.96130.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 159 (62.5% from 255) = 27.75%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=30.89%
G=27.75%
B=41.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771592370.250.3300.07253.8568.4277.65
HexB19FED192107fe444e
Octal261237355314107376104116
Binary1011000110011111111011011100110000101111111111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FED; }

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

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

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

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

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

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

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

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