#b19bf0

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

Shades of Biloba Flower #B19BF0

Tints of Biloba Flower #B19BF0

Color information

#B19BF0 (or 0xB19BF0) is unknown color: approx Biloba Flower. HEX triplet: B1, 9B and F0. RGB value is (177,155,240). Sum of RGB (Red+Green+Blue) = 177+155+240=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #B19BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BF0 is #4E640F. Grayscale: #AAAAAA. Windows color (decimal): -5137424 or 15768497. OLE color: 15768497.

HSL color Cylindrical-coordinate representation of color #B19BF0: hue angle of 255.53º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B19BF0 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177155240-
CMYK0.260.3500.06
HSL255.53º73.91%77.45%-
HSV(B)255.53º35.42%94.12%-
XYZ45.5839.0887.58-
YUV171.27166.79132.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 155 (60.94% from 255) = 27.10%
BLUE value IS 240 (94.14% from 255) = 41.96%
R=30.94%
G=27.10%
B=41.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771552400.260.3500.06255.5373.9177.45
HexB19BF01A23061004a4d
Octal261233360324306400112115
Binary10110001100110111111000011010100011011010000000010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b19bf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b19bf0; }

 p { color: rgb(177,155,240); }

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

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

 a { background-color: rgb(177,155,240); }

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

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

 span { border-color: rgb(177,155,240); }

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