#B19EFD

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

Shades of Biloba Flower #B19EFD

Tints of Biloba Flower #B19EFD

Color information

#B19EFD (or 0xB19EFD) is unknown color: approx Biloba Flower. HEX triplet: B1, 9E and FD. RGB value is (177,158,253). Sum of RGB (Red+Green+Blue) = 177+158+253=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #B19EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19EFD is #4E6102. Grayscale: #AEAEAE. Windows color (decimal): -5136643 or 16621233. OLE color: 16621233.

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

Color convert

RGB177158253-
CMYK0.300.3800.01
HSL252º95.96%80.59%-
HSV(B)252º37.55%99.22%-
XYZ48.0940.8998.29-
YUV174.51172.29129.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.10%
GREEN value IS 158 (62.11% from 255) = 26.87%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=30.10%
G=26.87%
B=43.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771582530.300.3800.0125295.9680.59
HexB19EFD1E2601fc6051
Octal261236375364601374140121
Binary10110001100111101111110111110100110011111110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EFD; }

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

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

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

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

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

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

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

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