#B19BE6

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

Shades of Biloba Flower #B19BE6

Tints of Biloba Flower #B19BE6

Color information

#B19BE6 (or 0xB19BE6) is unknown color: approx Biloba Flower. HEX triplet: B1, 9B and E6. RGB value is (177,155,230). Sum of RGB (Red+Green+Blue) = 177+155+230=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #B19BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BE6 is #4E6419. Grayscale: #A9A9A9. Windows color (decimal): -5137434 or 15113137. OLE color: 15113137.

HSL color Cylindrical-coordinate representation of color #B19BE6: hue angle of 257.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B19BE6 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB177155230-
CMYK0.230.3300.10
HSL257.6º60%75.49%-
HSV(B)257.6º32.61%90.2%-
XYZ44.1438.579.97-
YUV170.13161.79132.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.49%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 230 (90.23% from 255) = 40.93%
R=31.49%
G=27.58%
B=40.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1771552300.230.3300.10257.66075.49
HexB19BE617210A1023c4b
Octal261233346274101240274113
Binary10110001100110111110011010111100001010101000000101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BE6; }

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

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

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

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

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

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

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

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