#B19BE2

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

Shades of Biloba Flower #B19BE2

Tints of Biloba Flower #B19BE2

Color information

#B19BE2 (or 0xB19BE2) is unknown color: approx Biloba Flower. HEX triplet: B1, 9B and E2. RGB value is (177,155,226). Sum of RGB (Red+Green+Blue) = 177+155+226=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 226 - color contains mainly: blue. Hex color #B19BE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BE2 is #4E641D. Grayscale: #A9A9A9. Windows color (decimal): -5137438 or 14850993. OLE color: 14850993.

HSL color Cylindrical-coordinate representation of color #B19BE2: hue angle of 258.59º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B19BE2 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177155226-
CMYK0.220.3100.11
HSL258.59º55.04%74.71%-
HSV(B)258.59º31.42%88.63%-
XYZ43.5838.2877.04-
YUV169.67159.79133.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.72%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 226 (88.67% from 255) = 40.50%
R=31.72%
G=27.78%
B=40.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1771552260.220.3100.11258.5955.0474.71
HexB19BE2161F0B103374b
Octal261233342263701340367113
Binary1011000110011011111000101011011111010111000000111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BE2; }

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

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

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

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

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

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

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

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