#B294DF

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

Shades of Biloba Flower #B294DF

Tints of Biloba Flower #B294DF

Color information

#B294DF (or 0xB294DF) is unknown color: approx Biloba Flower. HEX triplet: B2, 94 and DF. RGB value is (178,148,223). Sum of RGB (Red+Green+Blue) = 178+148+223=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 148 (58.20% from 255 or 26.96% 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 #B294DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294DF is #4D6B20. Grayscale: #A5A5A5. Windows color (decimal): -5073697 or 14652594. OLE color: 14652594.

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

Color convert

RGB178148223-
CMYK0.200.3400.13
HSL264º53.96%72.75%-
HSV(B)264º33.63%87.45%-
XYZ42.2735.9774.53-
YUV165.52160.44136.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 148 (58.20% from 255) = 26.96%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=32.42%
G=26.96%
B=40.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781482230.200.3400.1326453.9672.75
HexB294DF14220D1083649
Octal262224337244201541066111
Binary10110010100101001101111110100100010011011000010001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294DF; }

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

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

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

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

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

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

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

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