#B294DA

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

Shades of Biloba Flower #B294DA

Tints of Biloba Flower #B294DA

Color information

#B294DA (or 0xB294DA) is unknown color: approx Biloba Flower. HEX triplet: B2, 94 and DA. RGB value is (178,148,218). Sum of RGB (Red+Green+Blue) = 178+148+218=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 148 (58.20% from 255 or 27.21% 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 #B294DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294DA is #4D6B25. Grayscale: #A4A4A4. Windows color (decimal): -5073702 or 14324914. OLE color: 14324914.

HSL color Cylindrical-coordinate representation of color #B294DA: hue angle of 265.71º degrees, saturation: 0.49, 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 #B294DA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178148218-
CMYK0.180.3200.15
HSL265.71º48.61%71.76%-
HSV(B)265.71º32.11%85.49%-
XYZ41.635.7171.03-
YUV164.95157.94137.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 148 (58.20% from 255) = 27.21%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=32.72%
G=27.21%
B=40.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781482180.180.3200.15265.7148.6171.76
HexB294DA12200F10a3148
Octal262224332224001741261110
Binary10110010100101001101101010010100000011111000010101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294DA; }

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

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

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

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

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

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

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

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