#B294FB

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

Shades of Biloba Flower #B294FB

Tints of Biloba Flower #B294FB

Color information

#B294FB (or 0xB294FB) is unknown color: approx Biloba Flower. HEX triplet: B2, 94 and FB. RGB value is (178,148,251). Sum of RGB (Red+Green+Blue) = 178+148+251=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #B294FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B294FB is #4D6B04. Grayscale: #A8A8A8. Windows color (decimal): -5073669 or 16487602. OLE color: 16487602.

HSL color Cylindrical-coordinate representation of color #B294FB: hue angle of 257.48º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B294FB is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178148251-
CMYK0.290.4100.02
HSL257.48º92.79%78.24%-
HSV(B)257.48º41.04%98.43%-
XYZ46.3637.6196.08-
YUV168.71174.44134.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.85%
GREEN value IS 148 (58.20% from 255) = 25.65%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=30.85%
G=25.65%
B=43.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781482510.290.4100.02257.4892.7978.24
HexB294FB1D29021015d4e
Octal262224373355102401135116
Binary1011001010010100111110111110110100101010000000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294FB; }

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

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

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

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

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

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

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

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