#B294DB

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

Shades of Biloba Flower #B294DB

Tints of Biloba Flower #B294DB

Color information

#B294DB (or 0xB294DB) is unknown color: approx Biloba Flower. HEX triplet: B2, 94 and DB. RGB value is (178,148,219). Sum of RGB (Red+Green+Blue) = 178+148+219=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #B294DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294DB is #4D6B24. Grayscale: #A4A4A4. Windows color (decimal): -5073701 or 14390450. OLE color: 14390450.

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

Color convert

RGB178148219-
CMYK0.190.3200.14
HSL265.35º49.65%71.96%-
HSV(B)265.35º32.42%85.88%-
XYZ41.7435.7671.72-
YUV165.06158.44137.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=32.66%
G=27.16%
B=40.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781482190.190.3200.14265.3549.6571.96
HexB294DB13200E1093248
Octal262224333234001641162110
Binary10110010100101001101101110011100000011101000010011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294DB; }

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

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

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

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

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

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

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

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