#B294F9

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

Shades of Biloba Flower #B294F9

Tints of Biloba Flower #B294F9

Color information

#B294F9 (or 0xB294F9) is unknown color: approx Biloba Flower. HEX triplet: B2, 94 and F9. RGB value is (178,148,249). Sum of RGB (Red+Green+Blue) = 178+148+249=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #B294F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B294F9 is #4D6B06. Grayscale: #A8A8A8. Windows color (decimal): -5073671 or 16356530. OLE color: 16356530.

HSL color Cylindrical-coordinate representation of color #B294F9: hue angle of 257.82º degrees, saturation: 0.89, 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 #B294F9 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178148249-
CMYK0.290.4100.02
HSL257.82º89.38%77.84%-
HSV(B)257.82º40.56%97.65%-
XYZ46.0537.4894.43-
YUV168.48173.44134.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.96%
GREEN value IS 148 (58.20% from 255) = 25.74%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=30.96%
G=25.74%
B=43.30%

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
Decimal1781482490.290.4100.02257.8289.3877.84
HexB294F91D2902102594e
Octal262224371355102402131116
Binary1011001010010100111110011110110100101010000001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294F9; }

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

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

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

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

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

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

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

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