#B19EFE

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

Shades of Biloba Flower #B19EFE

Tints of Biloba Flower #B19EFE

Color information

#B19EFE (or 0xB19EFE) is unknown color: approx Biloba Flower. HEX triplet: B1, 9E and FE. RGB value is (177,158,254). Sum of RGB (Red+Green+Blue) = 177+158+254=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #B19EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19EFE is #4E6101. Grayscale: #AEAEAE. Windows color (decimal): -5136642 or 16686769. OLE color: 16686769.

HSL color Cylindrical-coordinate representation of color #B19EFE: hue angle of 251.88º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B19EFE is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177158254-
CMYK0.300.3800.00
HSL251.88º97.96%80.78%-
HSV(B)251.88º37.8%99.61%-
XYZ48.2540.9699.13-
YUV174.62172.79129.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.05%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=30.05%
G=26.83%
B=43.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1771582540.300.3800.00251.8897.9680.78
HexB19EFE1E2600fc6251
Octal261236376364600374142121
Binary10110001100111101111111011110100110001111110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EFE; }

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

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

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

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

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

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

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

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