#B195DA

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

Shades of Biloba Flower #B195DA

Tints of Biloba Flower #B195DA

Color information

#B195DA (or 0xB195DA) is unknown color: approx Biloba Flower. HEX triplet: B1, 95 and DA. RGB value is (177,149,218). Sum of RGB (Red+Green+Blue) = 177+149+218=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #B195DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195DA is #4E6A25. Grayscale: #A4A4A4. Windows color (decimal): -5138982 or 14325169. OLE color: 14325169.

HSL color Cylindrical-coordinate representation of color #B195DA: hue angle of 264.35º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B195DA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177149218-
CMYK0.190.3200.15
HSL264.35º48.25%71.96%-
HSV(B)264.35º31.65%85.49%-
XYZ41.5335.971.07-
YUV165.24157.78136.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=32.54%
G=27.39%
B=40.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771492180.190.3200.15264.3548.2571.96
HexB195DA13200F1083048
Octal261225332234001741060110
Binary10110001100101011101101010011100000011111000010001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195DA; }

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

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

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

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

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

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

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

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