#B19EE1

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

Shades of Biloba Flower #B19EE1

Tints of Biloba Flower #B19EE1

Color information

#B19EE1 (or 0xB19EE1) is unknown color: approx Biloba Flower. HEX triplet: B1, 9E and E1. RGB value is (177,158,225). Sum of RGB (Red+Green+Blue) = 177+158+225=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #B19EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19EE1 is #4E611E. Grayscale: #ABABAB. Windows color (decimal): -5136671 or 14786225. OLE color: 14786225.

HSL color Cylindrical-coordinate representation of color #B19EE1: hue angle of 257.01º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19EE1 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB177158225-
CMYK0.210.3000.12
HSL257.01º52.76%75.1%-
HSV(B)257.01º29.78%88.24%-
XYZ43.9539.2476.49-
YUV171.32158.29132.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=31.61%
G=28.21%
B=40.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1771582250.210.3000.12257.0152.7675.1
HexB19EE1151E0C101354b
Octal261236341253601440165113
Binary1011000110011110111000011010111110011001000000011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EE1; }

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

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

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

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

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

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

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

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