#B19DEA

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

Shades of Biloba Flower #B19DEA

Tints of Biloba Flower #B19DEA

Color information

#B19DEA (or 0xB19DEA) is unknown color: approx Biloba Flower. HEX triplet: B1, 9D and EA. RGB value is (177,157,234). Sum of RGB (Red+Green+Blue) = 177+157+234=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #B19DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19DEA is #4E6215. Grayscale: #ABABAB. Windows color (decimal): -5136918 or 15375793. OLE color: 15375793.

HSL color Cylindrical-coordinate representation of color #B19DEA: hue angle of 255.58º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B19DEA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177157234-
CMYK0.240.3300.08
HSL255.58º64.71%76.67%-
HSV(B)255.58º32.91%91.76%-
XYZ45.0439.483.07-
YUV171.76163.13131.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.16%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=31.16%
G=27.64%
B=41.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771572340.240.3300.08255.5864.7176.67
HexB19DEA182108100414d
Octal2612353523041010400101115
Binary101100011001110111101010110001000010100010000000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DEA; }

 p { color: rgb(177,157,234); }

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

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

 a { background-color: rgb(177,157,234); }

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

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

 span { border-color: rgb(177,157,234); }

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