#B295DF

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

Shades of Biloba Flower #B295DF

Tints of Biloba Flower #B295DF

Color information

#B295DF (or 0xB295DF) is unknown color: approx Biloba Flower. HEX triplet: B2, 95 and DF. RGB value is (178,149,223). Sum of RGB (Red+Green+Blue) = 178+149+223=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #B295DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295DF is #4D6A20. Grayscale: #A5A5A5. Windows color (decimal): -5073441 or 14652850. OLE color: 14652850.

HSL color Cylindrical-coordinate representation of color #B295DF: hue angle of 263.51º 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 #B295DF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178149223-
CMYK0.200.3300.13
HSL263.51º53.62%72.94%-
HSV(B)263.51º33.18%87.45%-
XYZ42.4336.2974.58-
YUV166.11160.11136.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.36%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=32.36%
G=27.09%
B=40.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781492230.200.3300.13263.5153.6272.94
HexB295DF14210D1083649
Octal262225337244101541066111
Binary10110010100101011101111110100100001011011000010001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295DF; }

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

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

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

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

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

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

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

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