#B195DF

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

Shades of Biloba Flower #B195DF

Tints of Biloba Flower #B195DF

Color information

#B195DF (or 0xB195DF) is unknown color: approx Biloba Flower. HEX triplet: B1, 95 and DF. RGB value is (177,149,223). Sum of RGB (Red+Green+Blue) = 177+149+223=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #B195DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195DF is #4E6A20. Grayscale: #A5A5A5. Windows color (decimal): -5138977 or 14652849. OLE color: 14652849.

HSL color Cylindrical-coordinate representation of color #B195DF: hue angle of 262.7º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B195DF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177149223-
CMYK0.210.3300.13
HSL262.7º53.62%72.94%-
HSV(B)262.7º33.18%87.45%-
XYZ42.236.1774.57-
YUV165.81160.28135.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.24%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=32.24%
G=27.14%
B=40.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771492230.210.3300.13262.753.6272.94
HexB195DF15210D1073649
Octal261225337254101540766111
Binary10110001100101011101111110101100001011011000001111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195DF; }

 p { color: rgb(177,149,223); }

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

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

 a { background-color: rgb(177,149,223); }

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

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

 span { border-color: rgb(177,149,223); }

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