#B19EF5

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

Shades of Biloba Flower #B19EF5

Tints of Biloba Flower #B19EF5

Color information

#B19EF5 (or 0xB19EF5) is unknown color: approx Biloba Flower. HEX triplet: B1, 9E and F5. RGB value is (177,158,245). Sum of RGB (Red+Green+Blue) = 177+158+245=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #B19EF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19EF5 is #4E610A. Grayscale: #ADADAD. Windows color (decimal): -5136651 or 16096945. OLE color: 16096945.

HSL color Cylindrical-coordinate representation of color #B19EF5: hue angle of 253.1º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B19EF5 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB177158245-
CMYK0.280.3600.04
HSL253.1º81.31%79.02%-
HSV(B)253.1º35.51%96.08%-
XYZ46.8440.3991.71-
YUV173.6168.29130.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.52%
GREEN value IS 158 (62.11% from 255) = 27.24%
BLUE value IS 245 (96.09% from 255) = 42.24%
R=30.52%
G=27.24%
B=42.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1771582450.280.3600.04253.181.3179.02
HexB19EF51C2404fd514f
Octal261236365344404375121117
Binary1011000110011110111101011110010010001001111110110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EF5; }

 p { color: rgb(177,158,245); }

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

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

 a { background-color: rgb(177,158,245); }

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

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

 span { border-color: rgb(177,158,245); }

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