#B19BDF

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

Shades of Biloba Flower #B19BDF

Tints of Biloba Flower #B19BDF

Color information

#B19BDF (or 0xB19BDF) is unknown color: approx Biloba Flower. HEX triplet: B1, 9B and DF. RGB value is (177,155,223). Sum of RGB (Red+Green+Blue) = 177+155+223=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #B19BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BDF is #4E6420. Grayscale: #A9A9A9. Windows color (decimal): -5137441 or 14654385. OLE color: 14654385.

HSL color Cylindrical-coordinate representation of color #B19BDF: hue angle of 259.41º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19BDF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177155223-
CMYK0.210.3000.13
HSL259.41º51.52%74.12%-
HSV(B)259.41º30.49%87.45%-
XYZ43.1738.1274.89-
YUV169.33158.29133.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.89%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=31.89%
G=27.93%
B=40.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771552230.210.3000.13259.4151.5274.12
HexB19BDF151E0D103344a
Octal261233337253601540364112
Binary1011000110011011110111111010111110011011000000111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BDF; }

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

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

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

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

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

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

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

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